Skip to content

Commit 373a223

Browse files
authored
bump version.py
1 parent 1c3d3f3 commit 373a223

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.7"
1+
__version__ = "0.2.8"
22

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

0 commit comments

Comments
 (0)