Skip to content

Commit

Permalink
Bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 9, 2024
1 parent b7e1a43 commit f97626f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jupyter_launcher_shortcuts/_version.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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<major>\d+)
\.
Expand Down

0 comments on commit f97626f

Please sign in to comment.