Skip to content

Commit d5816a3

Browse files
committed
vump to v0.2.3: coerce bugfix and modularize tests
1 parent 95b6ce5 commit d5816a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda.recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: pandera
3-
version: "0.2.2"
3+
version: "0.2.3"
44

55
source:
6-
git_rev: 0.2.2
6+
git_rev: 0.2.3
77
git_url: https://github.com/pandera-dev/pandera.git
88

99
build:

pandera/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from .schema_components import Column, Index, MultiIndex
1818

1919

20-
__version__ = "0.2.2"
20+
__version__ = "0.2.3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="pandera",
9-
version="0.2.2",
9+
version="0.2.3",
1010
author="Niels Bantilan",
1111
author_email="[email protected]",
1212
description="A light-weight and flexible validation package for pandas "

0 commit comments

Comments
 (0)