From c986e686becdfea7c7b23540fe4f00ee02a042c7 Mon Sep 17 00:00:00 2001 From: Ludovico Righi Date: Wed, 27 Aug 2025 12:06:19 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.4=20=E2=86=92=200.7.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- pyproject.toml | 2 +- python/procstar/__init__.py | 2 +- tools/rhel8/conda-recipe/meta.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0aab00a..b1efcbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procstar" -version = "0.7.4" # procstar +version = "0.7.5" # procstar edition = "2021" authors = ["Alex Samuel "] diff --git a/pyproject.toml b/pyproject.toml index cba0789..7a5a220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ testpaths = "tests/" line-length = 100 [tool.bumpversion] -current_version = "0.7.4" +current_version = "0.7.5" commit = true tag = true tag_name = "v{new_version}" diff --git a/python/procstar/__init__.py b/python/procstar/__init__.py index ed9d4d8..ab55bb1 100644 --- a/python/procstar/__init__.py +++ b/python/procstar/__init__.py @@ -1 +1 @@ -__version__ = "0.7.4" +__version__ = "0.7.5" diff --git a/tools/rhel8/conda-recipe/meta.yaml b/tools/rhel8/conda-recipe/meta.yaml index 2a86388..5672a2b 100644 --- a/tools/rhel8/conda-recipe/meta.yaml +++ b/tools/rhel8/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ # This recipe presupposes Rust and assumes RUSTUP_HOME is set accordingly. -{% set version = "0.7.4" %} +{% set version = "0.7.5" %} about: home: https://github.com/apsis-scheduler/procstar