Skip to content

Commit

Permalink
bump nes-py version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Aug 12, 2018
1 parent 0a382e3 commit 3058cb7
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 @@ -10,7 +10,7 @@ def README():

setup(
name='gym_super_mario_bros',
version='3.0.2',
version='3.0.3',
description='Super Mario Bros. for OpenAI Gym',
long_description=README(),
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -46,7 +46,7 @@ def README():
install_requires=[
'gym>=0.10.5',
'matplotlib>=2.0.2',
'nes-py>=0.10.1',
'nes-py>=0.10.2',
'numpy>=1.14.2',
'opencv-python>=3.4.0.12',
'pygame>=1.9.3',
Expand Down

0 comments on commit 3058cb7

Please sign in to comment.