From 4f9de31af3d32abad7b88c733a678f587aedebcf Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Fri, 3 Nov 2023 17:02:15 +0100 Subject: [PATCH] Bump to 0.1.3 --- 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 87b3142..3b19abc 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.1.3.dev" +__version__ = "0.1.3" diff --git a/pyproject.toml b/pyproject.toml index 4c407e4..837899e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "jupyterhub-multiauthenticator" -version = "0.1.3.dev" +version = "0.1.3" 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.1.3.dev" +current = "0.1.3" regex = ''' (?P\d+) \.