Skip to content

Commit

Permalink
Increase the version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioparraga committed Jun 12, 2016
1 parent 1b69eeb commit 9a25f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.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.1',
version='0.2',
description=open(os.path.join(CURRENT_DIR, 'README.md')).read(),
install_requires=['requests'],
maintainer='Antonio Parraga',
Expand Down
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.1',
version='0.2',
description=open(os.path.join(CURRENT_DIR, 'README.md')).read(),
install_requires=['requests'],
maintainer='Antonio Parraga',
Expand Down

0 comments on commit 9a25f5e

Please sign in to comment.