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