Skip to content

Commit dc6ad98

Browse files
Added version
1 parent 91ab4a0 commit dc6ad98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
setup(
88
name="easy_explain",
99
packages=find_packages(),
10-
version="0.4.2",
10+
version="0.4.3",
1111
license="MIT",
1212
description="A library that helps to explain AI models in a really quick & easy way",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
author="Stavros Theocharis",
1616
author_email="stavrostheocharis@yahoo.gr",
1717
url="https://github.com/stavrostheocharis/stavrostheocharis",
18-
download_url="https://github.com/stavrostheocharis/easy_explain/archive/refs/tags/v0.4.2.tar.gz",
18+
download_url="https://github.com/stavrostheocharis/easy_explain/archive/refs/tags/v0.4.3.tar.gz",
1919
keywords=[
2020
"explainable ai",
2121
"xai",

0 commit comments

Comments
 (0)