From 58b49c6569b284378ff52f2e9b3740e94fafbb3a Mon Sep 17 00:00:00 2001 From: Ben Gillies Date: Thu, 10 Nov 2011 13:16:18 +0000 Subject: [PATCH] Incremented the version number prior to releasing an update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3de1eb4..1368f4b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ AUTHOR_EMAIL = 'bengillies@gmail.com' NAME = 'tiddlywebplugins.form' DESCRIPTION = 'Adds POST and binary file upload (via HTML) support to TiddlyWeb' -VERSION = '0.6' +VERSION = '0.7' import os