Skip to content

Commit

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

schema_type: dataframe
version: 0.6.3
version: 0.6.4
columns:
column1:
pandas_dtype: int64
Expand Down
2 changes: 1 addition & 1 deletion pandera/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version file"""

__version__ = "0.6.3"
__version__ = "0.6.4"

0 comments on commit 41bd759

Please sign in to comment.