Skip to content

Commit

Permalink
Version change to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 28, 2015
1 parent 6b07ed4 commit 38bec3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions geocoder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
# coding: utf8

"""
Geocoder: Simple JSON
~~~~~~~~~~~~~~~~~~~~~
Geocoder
~~~~~~~~
Geocoder is a MIT Licensed Geocoding library, written in Python,
simple and consistant.
Geocoder is a geocoding library, written in python, simple and consistent.
Many online providers such as Google & Bing have geocoding services,
these providers do not include Python libraries and have different
Expand All @@ -27,7 +26,7 @@
__title__ = 'geocoder'
__author__ = 'Denis Carriere'
__author_email__ = 'carriere.denis@gmail.com'
__version__ = '1.1.3'
__version__ = '1.1.4'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2013-2015 Denis Carriere'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# coding: utf8
from setuptools import setup

__version__ = '1.1.3'
__version__ = '1.1.4'
requirements_file = "requirements.txt"
requirements = [pkg.strip() for pkg in open(requirements_file).readlines()]

Expand Down

0 comments on commit 38bec3c

Please sign in to comment.