Skip to content

Commit 313116c

Browse files
committed
2015-11-16
1 parent e3b784b commit 313116c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
import os
5656

5757
GITHUB_ACCOUNT = "MacHu-GWU" # your GitHub account name
58-
RELEASE_TAG = "2015-10-06" # the GitHub release tag
58+
RELEASE_TAG = "2015-11-16" # the GitHub release tag
5959
NAME = "uszipcode" # name your package
6060

6161
VERSION = __import__(NAME).__version__

uszipcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
from .searchengine import ZipcodeSearchEngine
55

6-
__version__ = "0.0.6"
6+
__version__ = "0.0.7"
77
__short_description__ = ("USA zipcode programmable database, includes "
88
"up-to-date census and geometry information.")

0 commit comments

Comments
 (0)