diff --git a/setup.py b/setup.py index b05d753..b7394f1 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup -version = '0.2.1' +version = '0.3.0' url = 'https://github.com/festinuz/gecaso' download_url = url + '/archive/' + version + '.tar.gz'