Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagojsag committed Nov 14, 2019
1 parent 1c817df commit ef3e402
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[bumpversion]
current_version = 0.3.0

[metadata]
description-file = README.md

[tool:pytest]
addopts = --verbose
python_files = tests/*.py

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup

setup(name='sql2gee',
version='0.2.5',
version='0.3.0',
description='Library to convert SQL-like queries into Google Earth Engine syntax, and return the responses',
author='Vizzuality',
author_email='info@vizzuality.com',
Expand All @@ -15,5 +15,5 @@
'google-api-python-client==1.7.3',
'cached-property==1.3.0'],
url='https://github.com/Vizzuality/sql2gee',
download_url='https://github.com/Vizzuality/sql2gee/tarball/0.2.5',
download_url='https://github.com/Vizzuality/sql2gee/tarball/0.3.0',
zip_safe=False)

0 comments on commit ef3e402

Please # to comment.