diff --git a/docs/source/conf.py b/docs/source/conf.py index 4239d583..ccfeee7e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Project Jupyter" # The full version, including alpha/beta/rc tags. -release = "0.18.0" +release = "0.19.0" # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/jupyter_releaser/__init__.py b/jupyter_releaser/__init__.py index b2dbd731..e13f7932 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.18.0" +__version__ = "0.19.0" diff --git a/pyproject.toml b/pyproject.toml index 12f91e8a..1a2e4a87 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.18.0" +current = "0.19.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?