diff --git a/setup_pip.py b/setup_pip.py index 587a30c..f614b06 100644 --- a/setup_pip.py +++ b/setup_pip.py @@ -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',