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+))?