Skip to content

Commit

Permalink
Update setup_pip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioparraga authored Sep 14, 2016
1 parent 55713d7 commit 80e1476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# and be sure to test it firstly using "python setup.py register sdist upload -r pypitest"
setup(name='braviarc',
# version=open(os.path.join(CURRENT_DIR, 'xgboost/VERSION')).read().strip(),
version='0.3.4',
version='0.3.5',
description=open(os.path.join(CURRENT_DIR, 'README.md')).read(),
install_requires=['requests'],
maintainer='Antonio Parraga',
Expand Down

0 comments on commit 80e1476

Please sign in to comment.