From 9b74e572eab15ea819956f17e0771fcf2cce651b Mon Sep 17 00:00:00 2001 From: nesnoj Date: Thu, 8 Jun 2017 14:52:07 +0200 Subject: [PATCH] update version and license --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2c0b256..c02e4e7 100644 --- a/setup.py +++ b/setup.py @@ -7,10 +7,10 @@ author='NEXT ENERGY, Reiner Lemoine Institut gGmbH, ZNES', author_email='', description='ego input/output repository', - version='0.0.2', + version='0.2.0', url='https://github.com/openego/ego.io', packages=find_packages(), - license='GNU GENERAL PUBLIC LICENSE Version 3', + license='GNU Affero General Public License v3.0', install_requires=[ 'geoalchemy2 >= 0.3.0, <=0.4.0', 'sqlalchemy >= 1.0.15, <= 1.1.9',