mirror of
https://github.com/cosmo-sims/cosmICweb-music.git
synced 2024-09-11 07:43:44 +02:00
Bump version: 0.2.0 → 0.3.0
This commit is contained in:
parent
68b9dd5465
commit
0024fb08d9
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
__version__ = "0.2.0"
|
||||
__version__ = "0.3.0"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tool.poetry]
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
name = "cosmicweb-music"
|
||||
description = "Script to download initial conditions for zoom-in cosmological simulations from the cosmICweb service."
|
||||
authors = [
|
||||
|
@ -20,7 +20,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.2.0"
|
||||
current_version = "0.3.0"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
|
Loading…
Reference in a new issue