Skip to content

Commit

Permalink
0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmcclure committed Aug 7, 2018
1 parent d71e20f commit a700ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@

setup(
name='litecoder',
version='0.1.1',
version='0.2.0',
description='US city + state geocoding.',
url='https://github.com/davidmcclure/litecoder',
license='MIT',
author='David McClure',
author_email='[email protected]',
classifiers=CLASSIFIERS,
packages=find_packages(),
include_package_data=True,
classifiers=CLASSIFIERS,
install_requires=INSTALL_REQUIRES,
package_data=PACKAGE_DATA,
)

0 comments on commit a700ded

Please sign in to comment.