Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Nov 11, 2014
1 parent 377161f commit d7ee184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmaps/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d7ee184

Please sign in to comment.