diff --git a/jupyter_releaser/__init__.py b/jupyter_releaser/__init__.py index 8e15c1a7..d1692fc2 100644 --- a/jupyter_releaser/__init__.py +++ b/jupyter_releaser/__init__.py @@ -1,3 +1,3 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/pyproject.toml b/pyproject.toml index 88838392..8ca649ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" ignore = ["tbump.toml", ".*", "codecov.yml"] [tool.tbump.version] -current = "0.5.1" +current = "0.5.2" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?