diff --git a/dist/pyexplainer-0.1.7-py3-none-any.whl b/dist/pyexplainer-0.1.7-py3-none-any.whl new file mode 100644 index 0000000..6e1adf2 Binary files /dev/null and b/dist/pyexplainer-0.1.7-py3-none-any.whl differ diff --git a/dist/pyexplainer-0.1.7.tar.gz b/dist/pyexplainer-0.1.7.tar.gz new file mode 100644 index 0000000..a9e37b9 Binary files /dev/null and b/dist/pyexplainer-0.1.7.tar.gz differ diff --git a/pyexplainer/__init__.py b/pyexplainer/__init__.py index f238582..21587e5 100644 --- a/pyexplainer/__init__.py +++ b/pyexplainer/__init__.py @@ -1 +1 @@ -__version__ = '0.1.6' +__version__ = '0.1.7' diff --git a/pyexplainer/__pycache__/__init__.cpython-38.pyc b/pyexplainer/__pycache__/__init__.cpython-38.pyc index 360d5e6..bcf2dc6 100644 Binary files a/pyexplainer/__pycache__/__init__.cpython-38.pyc and b/pyexplainer/__pycache__/__init__.cpython-38.pyc differ diff --git a/pyexplainer/__pycache__/pyexplainer_pyexplainer.cpython-38.pyc b/pyexplainer/__pycache__/pyexplainer_pyexplainer.cpython-38.pyc index 985e67b..f98581f 100644 Binary files a/pyexplainer/__pycache__/pyexplainer_pyexplainer.cpython-38.pyc and b/pyexplainer/__pycache__/pyexplainer_pyexplainer.cpython-38.pyc differ diff --git a/pyexplainer/__pycache__/rulefit.cpython-38.pyc b/pyexplainer/__pycache__/rulefit.cpython-38.pyc index 3067095..2501659 100644 Binary files a/pyexplainer/__pycache__/rulefit.cpython-38.pyc and b/pyexplainer/__pycache__/rulefit.cpython-38.pyc differ diff --git a/pyproject.toml b/pyproject.toml index 7b5f911..ac8bbe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyexplainer" -version = "0.1.6" +version = "0.1.7" description = "Explainable AI tool for Software Quality Assurance (SQA)" authors = ["Michael "] license = "MIT" diff --git a/tests/__pycache__/test_pyexplainer.cpython-38-pytest-6.2.2.pyc b/tests/__pycache__/test_pyexplainer.cpython-38-pytest-6.2.2.pyc index 5ac8985..18d4a59 100644 Binary files a/tests/__pycache__/test_pyexplainer.cpython-38-pytest-6.2.2.pyc and b/tests/__pycache__/test_pyexplainer.cpython-38-pytest-6.2.2.pyc differ diff --git a/tests/test_pyexplainer.py b/tests/test_pyexplainer.py index 43acce1..cf5946b 100644 --- a/tests/test_pyexplainer.py +++ b/tests/test_pyexplainer.py @@ -120,7 +120,7 @@ def in_virtualenv(): def test_version(): - assert __version__ == '0.1.6' + assert __version__ == '0.1.7' @pytest.mark.parametrize('data, result',