From f8839abfe80905380aaca2cc251e7eb96238ab41 Mon Sep 17 00:00:00 2001 From: Noel Dawe Date: Wed, 10 Jun 2015 21:34:10 +1000 Subject: [PATCH] bump to version 4.2.1 --- root_numpy/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root_numpy/info.py b/root_numpy/info.py index 213434b..e75aafa 100644 --- a/root_numpy/info.py +++ b/root_numpy/info.py @@ -6,5 +6,5 @@ |_| \___/ \___/ \__|___|_| |_|\__,_|_| |_| |_| .__/ \__, | {0} |_____| |_| |___/ """ -__version__ = '4.2.0.dev0' +__version__ = '4.2.1.dev0' __doc__ = __doc__.format(__version__) # pylint:disable=redefined-builtin