# HG changeset patch
# User David Barts <n5jrn@me.com>
# Date 1563221868 25200
# Node ID e8b3b336e63e9dd14157c7a0e71daef4f9b071e4
# Parent  88adf10be70953b908776a7b14741c68635c76f2
Update version.

diff -r 88adf10be709 -r e8b3b336e63e setup.py
--- 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",