Skip to content

Commit

Permalink
bump to v0.2.6: named index bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicBboy committed Nov 11, 2019
1 parent 6fdd740 commit d915e00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
package:
name: pandera
version: "0.2.4"
version: "0.2.6"

source:
git_rev: 0.2.4
git_rev: 0.2.6
git_url: https://github.com/pandera-dev/pandera.git

build:
noarch: python

requirements:
build:
- python
- enum34 # [py==27]
- python >=3.5
- numpy
- pandas
- scipy
- wrapt
run:
- python
- enum34 # [py==27]
- python >=3.5
- numpy
- pandas
- scipy
Expand Down
2 changes: 1 addition & 1 deletion pandera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from .schema_components import Column, Index, MultiIndex


__version__ = "0.2.5"
__version__ = "0.2.6"
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.2.5",
version="0.2.6",
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 d915e00

Please sign in to comment.