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 390c42d commit 9e89eb4Copy full SHA for 9e89eb4
formapi/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (0, 1, 0, 'dev')
+VERSION = (0, 1, 0, 'final')
2
3
# Dynamically calculate the version based on VERSION tuple
4
if len(VERSION) > 2 and VERSION[2] is not None:
0 commit comments