From 9e89eb44bb1878c98d3dc82e97ccbef2011adc87 Mon Sep 17 00:00:00 2001 From: Andrei Fokau Date: Fri, 31 Jan 2014 16:14:17 +0100 Subject: [PATCH] Mark version 0.1.0 as final --- formapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: