Skip to content

Commit b0c530e

Browse files
Publish 0.0.9
SHA256 hashes: jupyter_server_synchronizer-0.0.9-py3-none-any.whl: a0bf2d928e4497a871f751491cc46fda7189d161e1334aa93028376b6131fe16 jupyter_server_synchronizer-0.0.9.tar.gz: efc0bc5301cfc50c551cfbc02f7055dd13a296cf11b8ff56364e9722f5171257
1 parent 65ce29e commit b0c530e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
22
store the current version info of the synchronizer.
33
"""
4-
version_info = (0, 0, 8, "", "")
4+
version_info = (0, 0, 9, "", "")
55
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_server_synchronizer"
7-
version = "0.0.8"
7+
version = "0.0.9"
88
license = { file = "COPYING.md" }
99
description = "A Jupyter Server Session Manager that rehydrates and synchronizes Jupyter sessions (e.g. notebook-kernel connections)."
1010
keywords = ["ipython", "jupyter"]
@@ -86,7 +86,7 @@ ignore_missing_imports = true
8686
skip = ["check-links"]
8787

8888
[tool.tbump.version]
89-
current = "0.0.8"
89+
current = "0.0.9"
9090
regex = '''
9191
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
9292
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)