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

Commit

Permalink
Update to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Sep 21, 2017
1 parent 0cc031f commit 8d23fd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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='[email protected]',
url='http://github.com/chrisburr/root_pandas',
author='Chris Burr',
author_email='[email protected]',
license='MIT',
install_requires=[
'numpy',
Expand Down

0 comments on commit 8d23fd3

Please sign in to comment.