Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja authored Aug 29, 2018
1 parent aba582e commit f35eb9d
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.6',
version='3.0.7',
description='Super Mario Bros. for OpenAI Gym',
long_description=README(),
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -38,7 +38,7 @@ def README():
url='https://github.com/Kautenja/gym-super-mario-bros',
author='Christian Kauten',
author_email='[email protected]',
license='MIT',
license='Proprietary',
packages=find_packages(),
package_data={
'gym_super_mario_bros': ['lua/*.lua', 'roms/*.nes']
Expand Down

0 comments on commit f35eb9d

Please sign in to comment.