Skip to content

Commit a0aec46

Browse files
bump version 0.2.9 -> 0.2.10
1 parent a093e64 commit a0aec46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "umbi"
7-
version = "0.2.9"
7+
version = "0.2.10"
88
description = "Library for input/output of transition systems in a unified Markov binary (UMB) format."
99
readme = "README.md"
1010
authors = [{name = "Roman Andriushchenko", email = "roman.andriu@gmail.com"}]
@@ -52,7 +52,7 @@ format_version = 1
5252
format_revision = 0
5353

5454
[tool.bumpversion]
55-
current_version = "0.2.9"
55+
current_version = "0.2.10"
5656
commit = true
5757
tag = true
5858
tag_name = "v{new_version}"

0 commit comments

Comments
 (0)