From 80e1476d46bf7ee61dc59694bc2e25e1c7e0b23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20P=C3=A1rraga=20Navarro?= Date: Wed, 14 Sep 2016 22:35:44 +0200 Subject: [PATCH] Update setup_pip.py --- setup_pip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',