Skip to content

Commit

Permalink
2015-11-16
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Nov 16, 2015
1 parent e3b784b commit 313116c
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 @@ -55,7 +55,7 @@
import os

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

VERSION = __import__(NAME).__version__
Expand Down
2 changes: 1 addition & 1 deletion uszipcode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

from .searchengine import ZipcodeSearchEngine

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

0 comments on commit 313116c

Please sign in to comment.