From b0c530eb3a53f7115519917dde05be284350b8c0 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 15:10:29 +0000 Subject: [PATCH] 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 --- jupyter_server_synchronizer/_version.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jupyter_server_synchronizer/_version.py b/jupyter_server_synchronizer/_version.py index 17a9020..d2c5227 100644 --- a/jupyter_server_synchronizer/_version.py +++ b/jupyter_server_synchronizer/_version.py @@ -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:]) diff --git a/pyproject.toml b/pyproject.toml index 8c63c26..e5e0479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] @@ -86,7 +86,7 @@ ignore_missing_imports = true skip = ["check-links"] [tool.tbump.version] -current = "0.0.8" +current = "0.0.9" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?