Skip to content

Commit

Permalink
Publish 0.0.9
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_server_synchronizer-0.0.9-py3-none-any.whl: a0bf2d928e4497a871f751491cc46fda7189d161e1334aa93028376b6131fe16

jupyter_server_synchronizer-0.0.9.tar.gz: efc0bc5301cfc50c551cfbc02f7055dd13a296cf11b8ff56364e9722f5171257
  • Loading branch information
github-actions[bot] committed Aug 16, 2022
1 parent 65ce29e commit b0c530e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jupyter_server_synchronizer/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
store the current version info of the synchronizer.
"""
version_info = (0, 0, 8, "", "")
version_info = (0, 0, 9, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

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

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

0 comments on commit b0c530e

Please sign in to comment.