Skip to content

Commit 514760a

Browse files
Bump to 1.18.0.dev0
1 parent 1441b5f commit 514760a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
store the current version info of the server.
33
44
"""
5-
version_info = (1, 17, 0, "", "")
5+
version_info = (1, 18, 0, ".dev", "0")
66
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ skip = ["check-links"]
3232
post-version-spec = "dev"
3333

3434
[tool.tbump.version]
35-
current = "1.17.0"
35+
current = "1.18.0.dev0"
3636
regex = '''
3737
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
3838
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)