diff --git a/multiauthenticator/__init__.py b/multiauthenticator/__init__.py index 0a30536..00c7334 100644 --- a/multiauthenticator/__init__.py +++ b/multiauthenticator/__init__.py @@ -7,4 +7,4 @@ # __version__ should be updated using tbump, based on configuration in # pyproject.toml. # -__version__ = "0.3.0.dev" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 94e7372..acd79da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "jupyterhub-multiauthenticator" -version = "0.3.0.dev" +version = "0.3.0" authors = [{name = "Samuel Gaist", email = "samuel.gaist@idiap.ch"}] description = "Authenticator multiplexer for JupyterHub" readme = "README.md" @@ -99,7 +99,7 @@ show_missing = true github_url = "https://github.com/idiap/multiauthenticator" [tool.tbump.version] -current = "0.3.0.dev" +current = "0.3.0" regex = ''' (?P\d+) \.