From 10a845fabaf9395dfead417c4caa77725272d27a Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 04:40:12 +0000 Subject: [PATCH] Publish 0.2.0 SHA256 hashes: jupyter_events-0.2.0-py3-none-any.whl: 6a1d8bc6c98da8a8d2873305d87bbafcfa95a22a17d0912be933b1c614ee18e0 jupyter_events-0.2.0.tar.gz: 0fc2567f3cefbce8da40c0fa2c8214d0c51140a99a157c78ddd63ef0f1b38b4c --- jupyter_events/_version.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jupyter_events/_version.py b/jupyter_events/_version.py index f695eb1..bd1d355 100644 --- a/jupyter_events/_version.py +++ b/jupyter_events/_version.py @@ -1,2 +1,2 @@ -version_info = (0, 1, 0, "", "") -__version__ = "0.1.0" +version_info = (0, 2, 0, "", "") +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index e919bc7..2f71ff8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ path = "jupyter_events/_version.py" [tool.tbump.version] -current = "0.1.0" +current = "0.2.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?