From 89f381d91093bfa7351c9c3d61db6def547e16ba Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 17 Sep 2024 15:55:25 +0200 Subject: [PATCH] Bump to 1.3.0 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6cde269..3e0c1d5 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.2.1.dev" +current = "1.3.0" regex = ''' (?P\d+) \. diff --git a/setup.py b/setup.py index 8c1feb8..00c7278 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="jupyterhub-nativeauthenticator", - version="1.2.1.dev", + version="1.3.0", description="JupyterHub Native Authenticator", long_description=long_description, long_description_content_type="text/markdown",