From 53e4af9edbedd8dd8ed1945d1fbb8b907eab7c3e Mon Sep 17 00:00:00 2001 From: Nadavbh Date: Tue, 14 Feb 2017 10:56:04 +0200 Subject: [PATCH] yet another version bump --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2041f7e..945d26c 100644 --- a/setup.py +++ b/setup.py @@ -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='nadavbh@gmail.com;shai.roz1989@gmail.com', license = 'GPL',