Skip to content

Commit b72a837

Browse files
authored
bump version for release
1 parent c9e992f commit b72a837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/synthcity/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.11"
1+
__version__ = "0.2.12"
22

33
MAJOR_VERSION = ".".join(__version__.split(".")[:-1])
44
PATCH_VERSION = __version__.split(".")[-1]

0 commit comments

Comments
 (0)