Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja authored Jun 2, 2019
1 parent faed15d commit c140569
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 @@ -9,7 +9,7 @@

setup(
name='gym_tetris',
version='2.2.2',
version='2.2.3',
description='Tetris (NES) for OpenAI Gym',
long_description=README,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -39,7 +39,7 @@
license='Proprietary',
packages=find_packages(exclude=['tests', '*.tests', '*.tests.*']),
package_data={ 'gym_tetris': ['_roms/*.nes'] },
install_requires=['nes-py>=6.2.1'],
install_requires=['nes-py>=8.0.0'],
entry_points={
'console_scripts': [
'gym_tetris = gym_tetris._app.cli:main',
Expand Down

0 comments on commit c140569

Please sign in to comment.