From af9c42265b1914e10fb01bd7e508dff85e97bf5b Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Thu, 12 Jul 2018 09:21:00 +0300 Subject: [PATCH] Update version.py --- root_pandas/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root_pandas/version.py b/root_pandas/version.py index 63fb674..4b982be 100644 --- a/root_pandas/version.py +++ b/root_pandas/version.py @@ -4,6 +4,6 @@ 'version_info', ] -__version__ = '0.3.2' +__version__ = '0.3.3' version = __version__ version_info = tuple(__version__.split('.'))