Skip to content

Commit 10a845f

Browse files
Publish 0.2.0
SHA256 hashes: jupyter_events-0.2.0-py3-none-any.whl: 6a1d8bc6c98da8a8d2873305d87bbafcfa95a22a17d0912be933b1c614ee18e0 jupyter_events-0.2.0.tar.gz: 0fc2567f3cefbce8da40c0fa2c8214d0c51140a99a157c78ddd63ef0f1b38b4c
1 parent 0a879f3 commit 10a845f

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, 1, 0, "", "")
2-
__version__ = "0.1.0"
1+
version_info = (0, 2, 0, "", "")
2+
__version__ = "0.2.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test = [
5252
path = "jupyter_events/_version.py"
5353

5454
[tool.tbump.version]
55-
current = "0.1.0"
55+
current = "0.2.0"
5656
regex = '''
5757
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
5858
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)