Skip to content

Commit

Permalink
release of v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Jun 29, 2023
1 parent 878e697 commit 3c9f136
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
with open("LIBRARY.md", "r", encoding="utf8") as fh:
long_description = fh.read()

VERSION = '1.3.0'

setup(
name='InterpretME',
packages=['InterpretME'],
version='1.2.2',
version=VERSION,
description='An interpretable machine learning pipeline over knowledge graphs',
long_description=long_description,
long_description_content_type="text/markdown",
author='Yashraj Chudasama, Disha Purohit, Philipp Rohde, Julian Gercke',
author_email='yashraj.chudasama@tib.eu',
url='https://github.com/SDM-TIB/InterpretME',
download_url='https://github.com/SDM-TIB/InterpretME/archive/refs/tags/v' + VERSION + '.tar.gz',
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 3c9f136

Please sign in to comment.