Skip to content

Commit

Permalink
Bump to 4.0.4-0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 9, 2024
1 parent 4761720 commit cc896cd
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.3"
__version__ = "4.0.4-0.dev"
2 changes: 1 addition & 1 deletion labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-launcher-shortcuts",
"version": "4.0.3",
"version": "4.0.4-0.dev",
"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.3"
version = "4.0.4-0.dev"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -115,7 +115,7 @@ ignore = ["W002"]
github_url = "https://github.com/2i2c-org/jupyter-launcher-shortcuts"

[tool.tbump.version]
current = "4.0.3"
current = "4.0.4-0.dev"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit cc896cd

Please sign in to comment.