Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fitnr committed Jan 11, 2016
1 parent 89238f0 commit 601c316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addfips/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .addfips import AddFIPS

__version__ = '0.2.0'
__version__ = '0.2.1'

__all__ = ['addfips']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='addfips',
version='0.2.0',
version='0.2.1',
description='Add county FIPS to tabular data',
long_description=readme,
keywords='csv census usa data',
Expand Down

0 comments on commit 601c316

Please sign in to comment.