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.1.0 → 0.2.0

This commit is contained in:
Michael Buehlmann 2024-04-22 11:36:54 -04:00
parent b7935c162e
commit b484fa002e
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,5 +1,5 @@
[tool.poetry] [tool.poetry]
version = "0.1.0" version = "0.2.0"
name = "cosmicweb-music" name = "cosmicweb-music"
description = "Script to download initial conditions for zoom-in cosmological simulations from the cosmICweb service." description = "Script to download initial conditions for zoom-in cosmological simulations from the cosmICweb service."
authors = [ authors = [
@ -20,7 +20,7 @@ classifiers = [
] ]
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.0" current_version = "0.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"] serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}" search = "{current_version}"