From 7a79750a5f3c161d70aa11cedd2b80f7fa4532e7 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Mon, 18 Dec 2023 16:55:11 +0100 Subject: [PATCH] Bump to 0.9.0 --- pyproject.toml | 2 +- unicorespawner/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5dcb4a..09cfc2f 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.0.12" +current = "0.9.0" regex = ''' (?P<major>\d+) \. diff --git a/unicorespawner/_version.py b/unicorespawner/_version.py index ea1871b..111aa1e 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.0.12" +__version__ = "0.9.0" -- GitLab