Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 8d23fd3

Browse files
committed
Update to v0.2.0
1 parent 0cc031f commit 8d23fd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup
22

33
setup(name='root_pandas',
4-
version='0.1.1',
4+
version='0.2.0',
55
description='Read and save DataFrames from and to ROOT files',
6-
url='http://github.com/ibab/root_pandas',
7-
author='Igor Babuschkin',
8-
author_email='[email protected]',
6+
url='http://github.com/chrisburr/root_pandas',
7+
author='Chris Burr',
8+
author_email='[email protected]',
99
license='MIT',
1010
install_requires=[
1111
'numpy',

0 commit comments

Comments
 (0)