Skip to content

Commit

Permalink
yet another version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavbh12 committed Feb 14, 2017
1 parent 0293e1b commit 53e4af9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ def run(self):
ds.spawn(['./copy_cores.sh'])
_build.build.run(self)

version = '1.0.10'
setup(name = 'rle_python_interface',
version='1.0.9',
version=version,
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.5',
download_url='https://github.com/nadavbh12/Retro-Learning-Environment/tarball/'+version,
author='Nadav Bhonker, Shai Rozenberg',
author_email='[email protected];[email protected]',
license = 'GPL',
Expand Down

0 comments on commit 53e4af9

Please sign in to comment.