Skip to content

Commit

Permalink
bumping bmt and transpiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Jul 30, 2024
1 parent 1777635 commit 2e55532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bmt==1.4.3
bmt==1.4.4
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.1.0",
version="2.2.0",
author="Patrick Wang",
author_email="[email protected]",
maintainer="Evan Morris",
Expand All @@ -13,7 +13,7 @@
packages=["reasoner_transpiler"],
package_data={"reasoner_transpiler": ["attribute_types.json"]},
install_requires=[
"bmt==1.4.3",
"bmt==1.4.4",
],
zip_safe=False,
license="MIT",
Expand Down

0 comments on commit 2e55532

Please sign in to comment.