We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4542cbf commit d584442Copy full SHA for d584442
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
import os
3
4
-VERSION = "0.5.1"
+VERSION = "0.5.2"
5
6
requirements = ["click>=7.0", "sqlite_utils", "geopy"]
7
0 commit comments