Bump to version 1.2
This commit is contained in:
parent
255bf6201e
commit
540df4b0aa
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "glicid-spawner"
|
name = "glicid-spawner"
|
||||||
version = "1.1"
|
version = "1.2"
|
||||||
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 = "1.1"
|
current = "1.2"
|
||||||
regex = '(?P<major>\d+)\.(?P<patch>\d+)'
|
regex = '(?P<major>\d+)\.(?P<patch>\d+)'
|
||||||
|
|
||||||
[tool.tbump.git]
|
[tool.tbump.git]
|
||||||
|
|
Loading…
Add table
Reference in a new issue