From 27fdb4327feeadafe67dcbf8fa02495a2102ca69 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Thu, 5 Feb 2015 13:00:59 +0100 Subject: [PATCH] Fix list of packages and bump version to 0.7.1 Signed-off-by: Stefan Marr --- rebench/rebench.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebench/rebench.py b/rebench/rebench.py index a563bbce..e4d08e61 100755 --- a/rebench/rebench.py +++ b/rebench/rebench.py @@ -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 diff --git a/setup.py b/setup.py index 3773ea93..530e557d 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ author='Stefan Marr', author_email='rebench@stefan-marr.de', 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'