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",