Skip to content

Commit

Permalink
updating set up requirements and release version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Mar 7, 2024
1 parent 0b00d6e commit 80d24a6
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,7 +3,7 @@

setup(
name="reasoner-transpiler",
version="2.0.5",
version="2.0.6",
author="Patrick Wang",
author_email="[email protected]",
maintainer="Yaphet Kebede",
Expand All @@ -13,7 +13,7 @@
packages=["reasoner_transpiler"],
package_data={"reasoner_transpiler": ["attribute_types.json"]},
install_requires=[
"bmt-lite-v3.6.0>=2.3.0,<3.0",
"bmt==1.2.1",
],
zip_safe=False,
license="MIT",
Expand Down

0 comments on commit 80d24a6

Please sign in to comment.