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 0d48f3b commit 6ed0be4Copy full SHA for 6ed0be4
src/synthcity/version.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.3"
+__version__ = "0.2.4"
2
3
MAJOR_VERSION = ".".join(__version__.split(".")[:-1])
4
PATCH_VERSION = __version__.split(".")[-1]
0 commit comments