We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b784b commit 313116cCopy full SHA for 313116c
2 files changed
setup.py
@@ -55,7 +55,7 @@
55
import os
56
57
GITHUB_ACCOUNT = "MacHu-GWU" # your GitHub account name
58
-RELEASE_TAG = "2015-10-06" # the GitHub release tag
+RELEASE_TAG = "2015-11-16" # the GitHub release tag
59
NAME = "uszipcode" # name your package
60
61
VERSION = __import__(NAME).__version__
uszipcode/__init__.py
@@ -3,6 +3,6 @@
3
4
from .searchengine import ZipcodeSearchEngine
5
6
-__version__ = "0.0.6"
+__version__ = "0.0.7"
7
__short_description__ = ("USA zipcode programmable database, includes "
8
"up-to-date census and geometry information.")
0 commit comments