Skip to content

Commit 3c9f136

Browse files
committed
release of v1.3.0
1 parent 878e697 commit 3c9f136

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
with open("LIBRARY.md", "r", encoding="utf8") as fh:
44
long_description = fh.read()
55

6+
VERSION = '1.3.0'
7+
68
setup(
79
name='InterpretME',
810
packages=['InterpretME'],
9-
version='1.2.2',
11+
version=VERSION,
1012
description='An interpretable machine learning pipeline over knowledge graphs',
1113
long_description=long_description,
1214
long_description_content_type="text/markdown",
1315
author='Yashraj Chudasama, Disha Purohit, Philipp Rohde, Julian Gercke',
1416
author_email='yashraj.chudasama@tib.eu',
1517
url='https://github.com/SDM-TIB/InterpretME',
18+
download_url='https://github.com/SDM-TIB/InterpretME/archive/refs/tags/v' + VERSION + '.tar.gz',
1619
include_package_data=True,
1720
classifiers=[
1821
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)