diff --git a/setup.py b/setup.py index 43c6514..3dc004a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='root_pandas', - version='0.1.0', + version='0.1.1', description='Read and save DataFrames from and to ROOT files', url='http://github.com/ibab/root_pandas', author='Igor Babuschkin',