Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikriek authored Mar 22, 2017
1 parent faab2fb commit 4caa617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

setup(
name='hics',
version='0.1',
version='0.2',
author='Marcus Pappik',
install_requires=[
'pandas',
'numpy'
],
packages=['hics']
)
)

0 comments on commit 4caa617

Please sign in to comment.