diff --git a/src/gmaps/__init__.py b/src/gmaps/__init__.py old mode 100644 new mode 100755 index 45c7983..7114c84 --- a/src/gmaps/__init__.py +++ b/src/gmaps/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # flake8: noqa -VERSION = (0, 2, 0) # PEP 386 +VERSION = (0, 2, 1) # PEP 386 __version__ = ".".join([str(x) for x in VERSION]) from gmaps.geocoding import Geocoding