We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d50cb3 commit 769cea6Copy full SHA for 769cea6
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.12.0
+current_version = 1.13.0
3
commit = True
4
tag = True
5
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='esridump',
11
- version='1.12.0',
+ version='1.13.0',
12
description='Dump geodata from ESRI endpoints to GeoJSON',
13
long_description=readme,
14
long_description_content_type='text/markdown',
0 commit comments