diff --git a/pyproject.toml b/pyproject.toml index 6f1798789651c7608ff27ccd15f4b97f930abca6..3dd659d441830e522d2f5e7b9b0f6189e896f95a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ profile = "black" github_url = "https://github.com/kreuzert/jupyterhub-unicorespawner" [tool.tbump.version] -current = "0.9.1" +current = "1.0.0" regex = ''' (?P<major>\d+) \. diff --git a/unicorespawner/_version.py b/unicorespawner/_version.py index a57a489066edead870bf7bc88ec6b9596ae0e018..0430cf7d502a9cebb2f46c8a78e9efa4fbd6665c 100644 --- a/unicorespawner/_version.py +++ b/unicorespawner/_version.py @@ -1,4 +1,4 @@ # __version__ should be updated using tbump, based on configuration in # pyproject.toml, according to instructions in RELEASE.md. # -__version__ = "0.9.1" +__version__ = "1.0.0"