From fa96dd29eda7f5a680915633f61f0b8214444133 Mon Sep 17 00:00:00 2001 From: Vadim Liventsev Date: Wed, 16 Sep 2020 11:23:36 +0200 Subject: [PATCH] Version bump --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5a2b4af..888ba3c 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name = 'heartpole', packages = ['heartpole'], - version = '1.0', + version = '1.1', license='MIT', description = 'A simple Healthcare-themed OpenAI gym for benchmarking Reinforcement Learning algorithms', author = 'Vadim Liventsev', author_email = 'v.liventsev@tue.nl', url = 'https://github.com/vadim0x60/heartpole', - download_url = 'https://github.com/vadim0x60/heartpole/archive/v_10.tar.gz', + download_url = 'https://github.com/vadim0x60/heartpole/archive/v_11.tar.gz', keywords = ['Machine Learning', 'Reinforcement Learning', 'Healthcare'], install_requires=[ 'numpy',