Skip to content

Commit

Permalink
updated version to include CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavbh12 committed Jan 21, 2017
1 parent 34630de commit eb21b50
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 @@ -41,10 +41,10 @@ def run(self):
os.chdir(cwd)

setup(name = 'rle_python_interface',
version='1.0.4',
version='1.0.5',
description = 'Retro Learning Environment Python Interface based on Ben Goodrich\'s work',
url='https://github.com/nadavbh12/Retro-Learning-Environment',
download_url='https://github.com/nadavbh12/Retro-Learning-Environment/tarball/1.0.4',
download_url='https://github.com/nadavbh12/Retro-Learning-Environment/tarball/1.0.5',
author='Nadav Bhonker, Shai Rozenberg',
author_email='[email protected];[email protected]',
license = 'GPL',
Expand Down

0 comments on commit eb21b50

Please sign in to comment.