Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
pnpnpn committed Jan 4, 2013
1 parent e94c370 commit dba29c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='street-address',
version='0.1.0',
version='0.1.1',
description='Street address parser and formatter',
long_description = open('README.rst').read(),
author='PN',
Expand Down
2 changes: 1 addition & 1 deletion streetaddress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .streetaddress import StreetAddressParser

__title__ = 'streetaddress'
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit dba29c0

Please sign in to comment.