diff --git a/jupyter_launcher_shortcuts/_version.py b/jupyter_launcher_shortcuts/_version.py index 2f2a30f..cd58b00 100644 --- a/jupyter_launcher_shortcuts/_version.py +++ b/jupyter_launcher_shortcuts/_version.py @@ -1,4 +1,4 @@ # __version__ should be updated using tbump, based on configuration in # pyproject.toml, according to instructions in RELEASE.md. # -__version__ = "4.0.0-0.dev" +__version__ = "4.0.0" diff --git a/package.json b/package.json index caa6738..3712330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter_launcher_shortcuts", - "version": "4.0.0-0.dev", + "version": "4.0.0", "description": "Provide arbitrary shortcuts for apps in JupyterLab", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 7b5e5ab..e9f9aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyter-launcher-shortcuts" -version = "4.0.0-0.dev" +version = "4.0.0" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.8" @@ -108,7 +108,7 @@ ignore = ["W002"] github_url = "https://github.com/2i2c-org/jupyter-launcher-shortcuts" [tool.tbump.version] -current = "4.0.0-0.dev" +current = "4.0.0" regex = ''' (?P\d+) \.