Skip to content

Commit 147585c

Browse files
committed
Bump version number
1 parent 62acb24 commit 147585c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PyCPS (development version)
1+
# PyCPS 1.0.1
22

33
* Columns that are not parsable as numeric are now returned as strings. Previously, if any columns failed to parse as numeric an exception was raised. (https://github.com/matt-saenz/PyCPS/pull/3)
44

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pycpsdata
3-
version = 1.0.0
3+
version = 1.0.1
44
description = Load CPS microdata into a pandas DataFrame using the Census API.
55
long_description = file: README.md
66
long_description_content_type = text/markdown; charset=UTF-8

0 commit comments

Comments
 (0)