Skip to content

Commit 9e89eb4

Browse files
committed
Mark version 0.1.0 as final
1 parent 390c42d commit 9e89eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 0, 'dev')
1+
VERSION = (0, 1, 0, 'final')
22

33
# Dynamically calculate the version based on VERSION tuple
44
if len(VERSION) > 2 and VERSION[2] is not None:

0 commit comments

Comments
 (0)