Update version number

This commit is contained in:
rnhmjoj 2016-01-02 00:21:22 +01:00
parent ab94f50b82
commit d684cfed18

View File

@ -1,7 +1,7 @@
from setuptools import setup
setup(name='hyp-server',
version='1.1.0',
version='1.2.0',
description='Hyperminimal https server',
url='http://github.com/rnhmjoj/hyp',
author='rnhmjoj',
@ -18,4 +18,4 @@ setup(name='hyp-server',
'Programming Language :: Python :: 3 :: Only',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: GNU General Public License (GPL)',
])
])