changeset 72:e8b3b336e63e draft default tip

Update version.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:17:48 -0700
parents 88adf10be709
children
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Jul 15 13:16:31 2019 -0700
+++ b/setup.py	Mon Jul 15 13:17:48 2019 -0700
@@ -7,7 +7,7 @@
     raise NotImplementedError("Sorry, you need at least Python 3.4 TinCan.")
 
 setup(name='TinCanFramework',
-      version='0.1.0',
+      version='0.1.1',
       description='Simple code-behind WSGI framework for small web-applications, implemented on top of bottle.',
       author="David W. Barts",
       author_email="tincan@bartsent.com",