Skip to content

Commit 6f12a9f

Browse files
Bump to 2.1.0.dev0
1 parent 80d225e commit 6f12a9f

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 = (2, 0, 0, "a", "0")
5+
version_info = (2, 1, 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
@@ -102,7 +102,7 @@ post-version-spec = "dev"
102102
pydist_resource_paths = ["jupyter_server/static/style/bootstrap.min.css", "jupyter_server/static/style/bootstrap-theme.min.css"]
103103

104104
[tool.tbump.version]
105-
current = "2.0.0a0"
105+
current = "2.1.0.dev0"
106106
regex = '''
107107
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
108108
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)