comparison setup.py @ 72:e8b3b336e63e draft default tip

Update version.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:17:48 -0700
parents a78c74c73d98
children
comparison
equal deleted inserted replaced
71:88adf10be709 72:e8b3b336e63e
5 5
6 if sys.version_info < (3, 4): 6 if sys.version_info < (3, 4):
7 raise NotImplementedError("Sorry, you need at least Python 3.4 TinCan.") 7 raise NotImplementedError("Sorry, you need at least Python 3.4 TinCan.")
8 8
9 setup(name='TinCanFramework', 9 setup(name='TinCanFramework',
10 version='0.1.0', 10 version='0.1.1',
11 description='Simple code-behind WSGI framework for small web-applications, implemented on top of bottle.', 11 description='Simple code-behind WSGI framework for small web-applications, implemented on top of bottle.',
12 author="David W. Barts", 12 author="David W. Barts",
13 author_email="tincan@bartsent.com", 13 author_email="tincan@bartsent.com",
14 url='http://bartsent.com/tincan.pspx', 14 url='http://bartsent.com/tincan.pspx',
15 py_modules=['tincan'], 15 py_modules=['tincan'],