From 8d23fd3b0f73870baab27c7b9d6393a70988151a Mon Sep 17 00:00:00 2001 From: Christopher Burr Date: Thu, 21 Sep 2017 14:44:34 +0200 Subject: [PATCH] Update to v0.2.0 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 6485c5b..53090fe 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,11 @@ from setuptools import setup setup(name='root_pandas', - version='0.1.1', + version='0.2.0', description='Read and save DataFrames from and to ROOT files', - url='http://github.com/ibab/root_pandas', - author='Igor Babuschkin', - author_email='igor@babuschk.in', + url='http://github.com/chrisburr/root_pandas', + author='Chris Burr', + author_email='c.b@cern.ch', license='MIT', install_requires=[ 'numpy',