Skip to content

Commit 52eebde

Browse files
Publish 0.4.0
SHA256 hashes: jupyter_events-0.4.0-py3-none-any.whl: b5b803c0cdebc9ae2ec051a6503ebd55d19b403214f0f04ac424c2da73414f9c jupyter_events-0.4.0.tar.gz: 0139151cd81f19407461ecd98e719fe35d1ca545b7b17a0e48b9db8c7c70feee
1 parent 687b116 commit 52eebde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jupyter_events/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 4, 0, ".dev", "0")
2-
__version__ = "0.4.0.dev0"
1+
version_info = (0, 4, 0, "", "")
2+
__version__ = "0.4.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cli = [
5959
path = "jupyter_events/_version.py"
6060

6161
[tool.tbump.version]
62-
current = "0.4.0.dev0"
62+
current = "0.4.0"
6363
regex = '''
6464
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6565
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)