Skip to content

Commit

Permalink
Fix list of packages and bump version to 0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Feb 5, 2015
1 parent ca474a6 commit 27fdb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebench/rebench.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
class ReBench:

def __init__(self):
self.version = "0.7.0"
self.version = "0.7.1"
self.options = None
self._config = None

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
author='Stefan Marr',
author_email='[email protected]',
url='https://github.com/smarr/ReBench',
packages=['rebench', 'rebench.model'],
packages=['rebench', 'rebench.model', 'rebench.interop', 'rebench.libs'],
install_requires=[
'PyYAML>=3.08',
'scipy>=0.8.0'
Expand Down

0 comments on commit 27fdb43

Please sign in to comment.