Skip to content

Commit 559ea43

Browse files
Bump to 1.11.0.dev0
1 parent 8989616 commit 559ea43

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.10.2'
8+
__version__ = '1.11.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
@@ -15,7 +15,7 @@ testpaths = [
1515
]
1616

1717
[tool.tbump.version]
18-
current = "1.10.2"
18+
current = "1.11.0.dev0"
1919
regex = '''
2020
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2121
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)