Skip to content

Commit

Permalink
Version bump, setup wheel cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dstegelman committed Sep 19, 2016
1 parent 7611735 commit 8869a10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

VERSION = '0.1.3'
VERSION = '0.2.0'
LONG_DESC = """\
A python wrapper to the USPS api, currently only supports address validation
"""
Expand Down

0 comments on commit 8869a10

Please sign in to comment.