From 725e179db2332789c55690753f8d8d984beca253 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 17 Sep 2024 15:55:58 +0200 Subject: [PATCH] Bump to 1.3.1.dev --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e0c1d5..df57a9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ testpaths = ["nativeauthenticator/tests"] github_url = "https://github.com/jupyterhub/nativeauthenticator" [tool.tbump.version] -current = "1.3.0" +current = "1.3.1.dev" regex = ''' (?P\d+) \. diff --git a/setup.py b/setup.py index 00c7278..9257e6f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="jupyterhub-nativeauthenticator", - version="1.3.0", + version="1.3.1.dev", description="JupyterHub Native Authenticator", long_description=long_description, long_description_content_type="text/markdown",