Skip to content

Commit a57be4b

Browse files
Updates setup.py to version 0.0.1 (#11)
1 parent 644296e commit a57be4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
install_requires = [
66
'gym',
77
'numpy>=1.10.4',
8-
'filelock',
98
]
109

1110
test_requires = [
@@ -14,7 +13,7 @@
1413
]
1514

1615
setup(name='table-rl',
17-
version='0.0.0',
16+
version='0.0.1',
1817
description='table-rl, an online tabular reinforcement learning library',
1918
long_description=codecs.open('README.md', 'r', encoding='utf-8').read(),
2019
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)