Skip to content

Commit 27a8b59

Browse files
committed
Bump version: 0.7.1 → 0.7.2
1 parent a830da7 commit 27a8b59

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procstar"
3-
version = "0.7.1" # procstar
3+
version = "0.7.2" # procstar
44
edition = "2021"
55
authors = ["Alex Samuel <alex@alexsamuel.net>"]
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ testpaths = "tests/"
4646
line-length = 100
4747

4848
[tool.bumpversion]
49-
current_version = "0.7.1"
49+
current_version = "0.7.2"
5050
commit = true
5151
tag = true
5252
tag_name = "v{new_version}"

python/procstar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.1"
1+
__version__ = "0.7.2"

tools/rhel8/conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This recipe presupposes Rust and assumes RUSTUP_HOME is set accordingly.
22

3-
{% set version = "0.7.1" %}
3+
{% set version = "0.7.2" %}
44

55
about:
66
home: https://github.com/apsis-scheduler/procstar

0 commit comments

Comments
 (0)