From 18bd004fe0e0d15be771b1669b3cca044ec90289 Mon Sep 17 00:00:00 2001 From: Yevgeni Litvin Date: Tue, 31 Jul 2018 11:19:06 -0700 Subject: [PATCH] Bumbed version 0.2.1 --- petastorm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petastorm/__init__.py b/petastorm/__init__.py index dcd6326ac..dc9470c77 100644 --- a/petastorm/__init__.py +++ b/petastorm/__init__.py @@ -14,7 +14,7 @@ import abc -__version__ = '0.2.0' +__version__ = '0.2.1' class PredicateBase(object): """ Base class for row predicates """