We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae952a commit 7735045Copy full SHA for 7735045
src/synthcity/version.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.4"
+__version__ = "0.2.5"
2
3
MAJOR_VERSION = ".".join(__version__.split(".")[:-1])
4
PATCH_VERSION = __version__.split(".")[-1]
0 commit comments