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