We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ab4a0 commit dc6ad98Copy full SHA for dc6ad98
setup.py
@@ -7,15 +7,15 @@
7
setup(
8
name="easy_explain",
9
packages=find_packages(),
10
- version="0.4.2",
+ version="0.4.3",
11
license="MIT",
12
description="A library that helps to explain AI models in a really quick & easy way",
13
long_description=long_description,
14
long_description_content_type="text/markdown",
15
author="Stavros Theocharis",
16
author_email="stavrostheocharis@yahoo.gr",
17
url="https://github.com/stavrostheocharis/stavrostheocharis",
18
- download_url="https://github.com/stavrostheocharis/easy_explain/archive/refs/tags/v0.4.2.tar.gz",
+ download_url="https://github.com/stavrostheocharis/easy_explain/archive/refs/tags/v0.4.3.tar.gz",
19
keywords=[
20
"explainable ai",
21
"xai",
0 commit comments