Skip to content

Commit 8869a10

Browse files
committed
Version bump, setup wheel cfg
1 parent 7611735 commit 8869a10

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION = '0.1.3'
5+
VERSION = '0.2.0'
66
LONG_DESC = """\
77
A python wrapper to the USPS api, currently only supports address validation
88
"""

0 commit comments

Comments
 (0)