Skip to content

Commit 8e608e6

Browse files
committed
bump version 0.2.7 -> 0.2.8
1 parent b4f64d4 commit 8e608e6

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.7"
7+
version = "0.2.8"
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.7"
55+
current_version = "0.2.8"
5656
commit = true
5757
tag = true
5858
tag_name = "v{new_version}"

0 commit comments

Comments
 (0)