We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f477ab commit 217afb1Copy full SHA for 217afb1
setup.py
@@ -13,7 +13,7 @@
13
]
14
15
setup(name='table-rl',
16
- version='0.0.1',
+ version='0.0.2',
17
description='table-rl, an online tabular reinforcement learning library',
18
long_description=codecs.open('README.md', 'r', encoding='utf-8').read(),
19
long_description_content_type='text/markdown',
0 commit comments