diff --git a/setup.py b/setup.py index 30e321b..deb22a5 100644 --- a/setup.py +++ b/setup.py @@ -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)', - ]) \ No newline at end of file + ])