Skip to content

Commit

Permalink
bump version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicBboy committed Nov 11, 2018
1 parent 6ba3486 commit c553a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pandera/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
from .pandera import DataFrameSchema, Column, Index, PandasDtype, \
SeriesSchema, Validator, validate_input, validate_output


__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="pandera",
version="0.0.2",
version="0.0.3",
author="Niels Bantilan",
author_email="niels.bantilan@gmail.com",
description="A pandas data structure validation library",
Expand Down

0 comments on commit c553a5b

Please sign in to comment.