Skip to content

Commit

Permalink
version bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicBboy committed May 15, 2020
1 parent 61c71ec commit 1013526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/schema_inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ is a convenience method for this functionality.
:skipif: SKIP

schema_type: dataframe
version: 0.3.2
version: 0.4.0
columns:
column1:
pandas_dtype: int64
Expand Down
2 changes: 1 addition & 1 deletion pandera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
Timedelta = PandasDtype.Timedelta


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

setup(
name="pandera",
version="0.3.2",
version="0.4.0",
author="Niels Bantilan",
author_email="niels.bantilan@gmail.com",
description="A light-weight and flexible validation package for pandas "
Expand Down

0 comments on commit 1013526

Please sign in to comment.