Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Liventsev committed Sep 16, 2020
1 parent a549d5a commit fa96dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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',
Expand Down

0 comments on commit fa96dd2

Please sign in to comment.