diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0ba8c15..9cfd9c1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.1 +current_version = 1.8.0 commit = True tag = True diff --git a/setup.py b/setup.py index 952607e..8521827 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='esridump', - version='1.7.1', + version='1.8.0', description='Dump geodata from ESRI endpoints to GeoJSON', long_description=readme, author='Ian Dees',