Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Oct 2, 2014
1 parent f593900 commit 8ae5ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmaps/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# flake8: noqa
VERSION = (0, 1, 1) # PEP 386
VERSION = (0, 2, 0) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

from gmaps.geocoding import Geocoding
Expand Down

0 comments on commit 8ae5ab5

Please sign in to comment.