Skip to content

Commit 5060e04

Browse files
Merge pull request #2 from practical-data-science/reindexing-bug
Bumped version number.
2 parents 1f5461c + e395415 commit 5060e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name='pandasxml',
1010
packages=['pandasxml'],
11-
version='0.01',
11+
version='0.01.1',
1212
license='MIT',
1313
description='PandasXML is a Python package that imports data from remote XML files into Pandas dataframes, so they can be manipulated or exported to other file formats, such as CSV. ',
1414
long_description=long_description,

0 commit comments

Comments
 (0)