diff --git a/setup.py b/setup.py index 5b47f70..e78f339 100644 --- a/setup.py +++ b/setup.py @@ -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='nadavbh@gmail.com;shai.roz1989@gmail.com', license = 'GPL',