Skip to content

Commit

Permalink
pyexplainer 0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu1998-create committed Apr 5, 2021
1 parent 611a15a commit 73467d0
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Binary file added dist/pyexplainer-0.1.6-py3-none-any.whl
Binary file not shown.
Binary file added dist/pyexplainer-0.1.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyexplainer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
Binary file modified pyexplainer/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "pyexplainer"
version = "0.1.5"
description = "ML explainer for SEA"
version = "0.1.6"
description = "Explainable AI tool for Software Quality Assurance (SQA)"
authors = ["Michael <[email protected]>"]
license = "MIT"

Expand Down
Binary file modified tests/__pycache__/test_pyexplainer.cpython-38-pytest-6.2.2.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_pyexplainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def in_virtualenv():


def test_version():
assert __version__ == '0.1.5'
assert __version__ == '0.1.6'


@pytest.mark.parametrize('data, result',
Expand Down

0 comments on commit 73467d0

Please sign in to comment.