From 82674cc757bf342fa8ecb9cc6bfa56ab55c4142a Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 22 Jun 2017 16:01:44 +0200 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3beeda6..8f5b542 100644 --- a/setup.py +++ b/setup.py @@ -5,11 +5,11 @@ setup( name='eSSP', - version='1.0.1', + version='1.0.2', description='Basic eSSP library', author='muccc', - author_email='info@muc.ccc.de', - url='https://github.com/muccc/eSSP', + author_email='martin@pc-coholic.de', + url='https://github.com/pc-coholic/eSSP', packages=['eSSP'], classifiers=[ "Programming Language :: Python :: 2",