Skip to content

Commit 7735045

Browse files
committed
bump version for new release
1 parent 8ae952a commit 7735045

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

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

0 commit comments

Comments
 (0)