From b9c8571bb905d57a2bfbd4cda989afd5952576ff Mon Sep 17 00:00:00 2001 From: AntonKueltz Date: Mon, 9 Apr 2018 23:14:56 -0700 Subject: [PATCH] version 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad6b266..b6c57e8 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def run(self): setup( name='rfc7539', - version='1.0.1', + version='1.0.0', author='Anton Kueltz', author_email='kueltz.anton@gmail.com', license='GNU General Public License v3 (GPLv3)',