From c0e95c4f55356f12e9a0bb9d025e7dc2047db236 Mon Sep 17 00:00:00 2001 From: Benoit Seignovert Date: Tue, 19 Mar 2024 11:07:38 +0100 Subject: [PATCH] Bump to version 1.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6bdb87..e264c8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "glicid-spawner" -version = "0.1" +version = "1.0" description = "JupyterHub Batch Spawner for GLiCID" authors = ["Benoit Seignovert "] license = "BSD 3-Clause License" @@ -90,7 +90,7 @@ exclude_lines = [ ] [tool.tbump.version] -current = "0.1" +current = "1.0" regex = '(?P\d+)\.(?P\d+)' [tool.tbump.git]