Skip to content

Commit 35e7d88

Browse files
committed
Bump version: 2.0.10 → 2.0.11
1 parent 4109588 commit 35e7d88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.10
2+
current_version = 2.0.11
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mi-flatland"
7-
version = "2.0.10"
7+
version = "2.0.11"
88
description = "Model text file + layout text file -> beautiful diagram"
99
readme = "README.md"
1010
authors = [{ name = "Leon Starr", email = "leon_starr@modelint.com" }]

src/flatland/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "2.0.10"
1+
version = "2.0.11"

0 commit comments

Comments
 (0)