Skip to content

Commit

Permalink
updated MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavbh12 committed Feb 14, 2017
1 parent 53e4af9 commit 436ebb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ recursive-include src *
recursive-include rle_python_interface *
recursive-include rle_python_interface *.so
include CMakeLists.txt
include copy_cores.sh
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):
ds.spawn(['./copy_cores.sh'])
_build.build.run(self)

version = '1.0.10'
version = '1.0.11'
setup(name = 'rle_python_interface',
version=version,
description = 'Retro Learning Environment Python Interface based on Ben Goodrich\'s work',
Expand Down

0 comments on commit 436ebb7

Please sign in to comment.