Skip to content

Commit 3af6396

Browse files
Publish 1.13.0
SHA256 hashes: jupyter_server-1.13.0-py3-none-any.whl: 608c0cb0cbbaa96a413c4d2427ca77acd14180251a2687831cf31f7648eaa835 jupyter_server-1.13.0.tar.gz: 05a96dfc5352adf70e88868b4ab3d1fc13e17bd84daf74d02cc6299098855fda
1 parent c3976ac commit 3af6396

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, 12, 1, "", "")
5+
version_info = (1, 13, 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
@@ -18,7 +18,7 @@ testpaths = [
1818
skip = ["check-links"]
1919

2020
[tool.tbump.version]
21-
current = "1.12.1"
21+
current = "1.13.0"
2222
regex = '''
2323
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2424
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)