Skip to content

Commit 1abc7ad

Browse files
Bump to 0.4.0.dev0
1 parent 36fde7c commit 1abc7ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jupyter_events/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 3, 0, "", "")
2-
__version__ = "0.3.0"
1+
version_info = (0, 4, 0, ".dev", "0")
2+
__version__ = "0.4.0.dev0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3.0"
55+
current = "0.4.0.dev0"
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)