Skip to content

Commit

Permalink
Update setup.py version
Browse files Browse the repository at this point in the history
  • Loading branch information
YaphetKG authored Nov 10, 2022
1 parent ba014d0 commit 27a4e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

setup(
name="reasoner-transpiler",
version="1.10.6",
version="1.11.6",
author="Patrick Wang",
author_email="[email protected]",
url="https://github.com/ranking-agent/reasoner-transpiler",
description="TRAPI → Cypher transpiler",
packages=["reasoner_transpiler"],
package_data={"reasoner_transpiler": ["attribute_types.json"]},
install_requires=[
"bmt-lite-v2.3.0>=2.2.1,<3.0",
"bmt-lite-v3.1.0>=2.2.2,<3.0",
],
zip_safe=False,
license="MIT",
Expand Down

0 comments on commit 27a4e20

Please sign in to comment.