From 0024fb08d901aa664f673b81327bb56d3c7ca9a3 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 27 Apr 2024 19:15:40 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cosmicweb_music/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cosmicweb_music/__init__.py b/cosmicweb_music/__init__.py index d3ec452..493f741 100644 --- a/cosmicweb_music/__init__.py +++ b/cosmicweb_music/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 5ae91b8..f81a7ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"