Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Jan 21, 2019
1 parent ded7165 commit 6484d96
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_super_mario_bros',
version='7.1.4',
version='7.1.5',
description='Super Mario Bros. for OpenAI Gym',
long_description=README,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -42,7 +42,7 @@
package_data={ 'gym_super_mario_bros': ['_roms/*.nes'] },
install_requires=[
'matplotlib>=2.0.2',
'nes-py>=6.2.0',
'nes-py>=6.2.1',
'numpy>=1.14.2',
'opencv-python>=3.4.0.12',
'pygame>=1.9.3',
Expand Down

0 comments on commit 6484d96

Please sign in to comment.