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 c9e992f commit b72a837Copy full SHA for b72a837
src/synthcity/version.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.11"
+__version__ = "0.2.12"
2
3
MAJOR_VERSION = ".".join(__version__.split(".")[:-1])
4
PATCH_VERSION = __version__.split(".")[-1]
0 commit comments