Skip to content

Commit

Permalink
bump to v0.2.2: improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicBboy committed Sep 29, 2019
1 parent ae9c735 commit bb5811c
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.1"
version: "0.2.2"

source:
git_rev: 0.2.1
git_rev: 0.2.2
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.1"
__version__ = "0.2.2"
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.1",
version="0.2.2",
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 bb5811c

Please sign in to comment.