Skip to content

Commit

Permalink
Publish 0.5.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_events-0.5.0-py3-none-any.whl: 6f7b67bf42b8a370c992187194ed02847dfa02307a7aebe9913e2d3979b9b6b8

jupyter_events-0.5.0.tar.gz: e27ffdd6138699d47d42cb65ae6d79334ff7c0d923694381c991ce56a140f2cd
github-actions[bot] committed Sep 12, 2022
1 parent af02b30 commit 0287b14
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jupyter_events/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 5, 0, ".dev", "0")
__version__ = "0.5.0.dev0"
version_info = (0, 5, 0, "", "")
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ path = "jupyter_events/_version.py"
profile = "black"

[tool.tbump.version]
current = "0.5.0.dev0"
current = "0.5.0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 comments on commit 0287b14

Please sign in to comment.