Skip to content

Commit

Permalink
bump version 0.5.0, fix environment file (#308)
Browse files Browse the repository at this point in the history
* bump version 0.5.0, fix environment file

* fix doc version
  • Loading branch information
cosmicBboy committed Oct 25, 2020
1 parent e0eabda commit db31b10
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/schema_inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ is a convenience method for this functionality.
:skipif: SKIP

schema_type: dataframe
version: 0.4.5
version: 0.5.0
columns:
column1:
pandas_dtype: int64
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ dependencies:
# packaging
- twine

# performance testing
# performance testing
- asv

# optional
- pre_commit

# pandera dependencies
- black
- numpy
- pandas
- scipy
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.4.5"
__version__ = "0.5.0"
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pytest-cov
twine
asv
pre_commit
black
numpy
pandas
scipy
Expand Down

0 comments on commit db31b10

Please sign in to comment.