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 46f83ad commit 03ec2eeCopy full SHA for 03ec2ee
src/synthcity/version.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.5"
+__version__ = "0.2.6"
2
3
MAJOR_VERSION = ".".join(__version__.split(".")[:-1])
4
PATCH_VERSION = __version__.split(".")[-1]
0 commit comments