Skip to content

Commit 2595716

Browse files
Bump to 1.10.0.dev0
1 parent 42c27d9 commit 2595716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_server/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
# Version string must appear intact for tbump versioning
8-
__version__ = '1.9.0'
8+
__version__ = '1.10.0.dev0'
99

1010
# Build up version_info tuple for backwards compatibility
1111
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ignore = ["tbump.toml", ".*", "*.yml", "package-lock.json", "bootstrap*"]
1313
norecursedirs = "examples/*"
1414

1515
[tool.tbump.version]
16-
current = "1.9.0"
16+
current = "1.10.0.dev0"
1717
regex = '''
1818
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1919
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)