1
0
Fork 0
mirror of https://github.com/cosmo-sims/cosmICweb-music.git synced 2024-09-19 16:53:43 +02:00

Bump version: 0.2.0 → 0.3.0

This commit is contained in:
Lukas Winkler 2024-04-27 19:15:40 +02:00
parent 68b9dd5465
commit 0024fb08d9
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

View file

@ -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}"