We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdaf454 commit a79964dCopy full SHA for a79964d
1 file changed
construct_editor/version.py
@@ -1,2 +1,2 @@
1
-version = (0, 1, 0)
+version = (0, 1, 1)
2
version_string = ".".join(map(str, version))
0 commit comments