From eb21b5086bc9d12c7bdba695d7fbe8cfee20f259 Mon Sep 17 00:00:00 2001 From: Nadavbh Date: Sat, 21 Jan 2017 22:56:57 +0200 Subject: [PATCH] updated version to include CMakeLists --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',