diff --git a/pyproject.toml b/pyproject.toml index e264c8f..66f8f02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "glicid-spawner" -version = "1.0" +version = "1.1" description = "JupyterHub Batch Spawner for GLiCID" authors = ["Benoit Seignovert "] license = "BSD 3-Clause License" @@ -90,7 +90,7 @@ exclude_lines = [ ] [tool.tbump.version] -current = "1.0" +current = "1.1" regex = '(?P\d+)\.(?P\d+)' [tool.tbump.git]