From ef79d5051845c09146094151a752734b4d19dc76 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Sun, 20 Oct 2024 22:02:40 +0200 Subject: [PATCH] Bump to 0.4.0 --- multiauthenticator/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multiauthenticator/__init__.py b/multiauthenticator/__init__.py index 0149816..519efe1 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.4.0.dev" +__version__ = "0.4.0" diff --git a/pyproject.toml b/pyproject.toml index cb6a5d8..19c5065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "jupyterhub-multiauthenticator" -version = "0.4.0.dev" +version = "0.4.0" authors = [{name = "Samuel Gaist", email = "samuel.gaist@idiap.ch"}] description = "Authenticator multiplexer for JupyterHub" readme = "README.md" @@ -102,7 +102,7 @@ show_missing = true github_url = "https://github.com/idiap/multiauthenticator" [tool.tbump.version] -current = "0.4.0.dev" +current = "0.4.0" regex = ''' (?P\d+) \.