diff --git a/pyproject.toml b/pyproject.toml index 33b5be6fe1d85c4dd24099cb9d2a2996a3c3f675..108bb10e0ab10f6670c23434162306887cd583a1 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 = "1.0.3" +current = "1.0.4" regex = ''' (?P<major>\d+) \. diff --git a/unicorespawner/_version.py b/unicorespawner/_version.py index c30d9f279decdce4b611e02c96d30545f12fa32e..09168f499f568b19aff322048ccb8f5a536e09d2 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__ = "1.0.3" +__version__ = "1.0.4"