diff --git a/formapi/__init__.py b/formapi/__init__.py index 286c73c..c529d24 100644 --- a/formapi/__init__.py +++ b/formapi/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 0, 'dev') +VERSION = (0, 1, 0, 'final') # Dynamically calculate the version based on VERSION tuple if len(VERSION) > 2 and VERSION[2] is not None: