We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29fe3f commit f54d064Copy full SHA for f54d064
src/gmaps/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-VERSION = (0, 0, 1) # PEP 386
+VERSION = (0, 0, 2) # PEP 386
3
__version__ = ".".join([str(x) for x in VERSION])
4
5
from geocoding import Geocoding
0 commit comments