Skip to content

Commit e32133e

Browse files
committed
Bump version: 0.1.12 → 0.1.13
1 parent 9b01a95 commit e32133e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1.12"
2+
current_version = "0.1.13"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=61.0"]
44

55
[project]
66
name = "blocksets"
7-
version = "0.1.12"
7+
version = "0.1.13"
88
authors = [
99
{ name="Dave Budd", email="maildavebudd@gmail.com" },
1010
]

0 commit comments

Comments
 (0)