From d7ee184395fd7a7a14441fe7291d5ff3dfd86a1a Mon Sep 17 00:00:00 2001 From: swistakm Date: Tue, 11 Nov 2014 17:07:05 +0100 Subject: [PATCH] bump version to 0.2.1 --- src/gmaps/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/gmaps/__init__.py 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