Skip to content

Commit

Permalink
Bump to 4.0.3
Browse files Browse the repository at this point in the history
consideRatio committed Jul 9, 2024

Verified

This commit was signed with the committer’s verified signature.
MrAlex94 Alex Kontos
1 parent 54e78a6 commit 4761720
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.2"
__version__ = "4.0.3"
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.2",
"version": "4.0.3",
"description": "Provide arbitrary shortcuts for apps in JupyterLab",
"keywords": [
"jupyter",
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jupyter-launcher-shortcuts"
version = "4.0.2"
version = "4.0.3"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
@@ -115,7 +115,7 @@ ignore = ["W002"]
github_url = "https://github.com/2i2c-org/jupyter-launcher-shortcuts"

[tool.tbump.version]
current = "4.0.2"
current = "4.0.3"
regex = '''
(?P<major>\d+)
\.

0 comments on commit 4761720

Please sign in to comment.