Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanMT committed Jan 25, 2024
1 parent 9d45dda commit ad4a8f5
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="flamapy-smt",
version="1.3.1",
version="1.3.2",
author="Antonio Germán Márquez Trujillo",
author_email="[email protected]",
description="This repo host the SMT model concrete classes",
Expand All @@ -19,7 +19,7 @@
"Operating System :: OS Independent",
],
python_requires=">=3.10",
install_requires=["z3-solver==4.12.4.0", "flamapy==1.1.3", "univers==30.11.0"],
install_requires=["z3-solver==4.12.5.0", "flamapy==1.1.3", "univers==30.11.0"],
tests_requires=[
"prospector[with_everything]==1.10.2",
"mypy==0.982",
Expand Down

0 comments on commit ad4a8f5

Please sign in to comment.