Bump to version 1.0

This commit is contained in:
Benoît Seignovert 2024-03-19 11:07:38 +01:00
parent aee4eb8af3
commit c0e95c4f55
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "glicid-spawner" name = "glicid-spawner"
version = "0.1" version = "1.0"
description = "JupyterHub Batch Spawner for GLiCID" description = "JupyterHub Batch Spawner for GLiCID"
authors = ["Benoit Seignovert <benoit.seignovert@univ-nantes.fr>"] authors = ["Benoit Seignovert <benoit.seignovert@univ-nantes.fr>"]
license = "BSD 3-Clause License" license = "BSD 3-Clause License"
@ -90,7 +90,7 @@ exclude_lines = [
] ]
[tool.tbump.version] [tool.tbump.version]
current = "0.1" current = "1.0"
regex = '(?P<major>\d+)\.(?P<patch>\d+)' regex = '(?P<major>\d+)\.(?P<patch>\d+)'
[tool.tbump.git] [tool.tbump.git]