From d684cfed1899eb124659e7c075236e03ebb85b9e Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 2 Jan 2016 00:21:22 +0100 Subject: [PATCH] Update version number --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + ])