diff --git a/setup.py b/setup.py index 0ac369a..14e11cb 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ MAINTAINER_EMAIL = 'oskar.jarczyk@gmail.com' LICENSE = 'MIT' URL = 'https://github.com/oskar-j/thresher' -VERSION = '0.1.1' -DOWNLOAD_URL = 'https://github.com/oskar-j/thresher/archive/v_01_1.tar.gz' +VERSION = '0.1.2' +DOWNLOAD_URL = 'https://github.com/oskar-j/thresher/archive/v_01_2.tar.gz' KEYWORDS = ['Hyper-parameters', 'Finetuning', 'ML', 'Optimization', 'AutoML'] CLASSIFIERS = ['Development Status :: 3 - Alpha', 'Intended Audience :: Science/Research',