Skip to content

Commit

Permalink
bump v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicBboy committed Nov 11, 2019
1 parent 9dd4610 commit 5b29d9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: pandera
version: "0.2.6"
version: "0.2.7"

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

build:
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.6"
__version__ = "0.2.7"
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.6",
version="0.2.7",
author="Niels Bantilan",
author_email="[email protected]",
description="A light-weight and flexible validation package for pandas "
Expand Down

0 comments on commit 5b29d9a

Please sign in to comment.