Skip to content

Commit

Permalink
Bump z3-solver version number to 4.13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Sep 27, 2024
1 parent e694c8e commit 445406f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
z3-solver = "==4.13.0"
z3-solver = "==4.13.1.0"
pydantic = ">=2.5"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
z3-solver==4.13.0
z3-solver==4.13.1.0
setuptools
rich
pydantic
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
license="GPLv3",
platforms="Platform Independent",
packages=find_packages(),
install_requires=["z3-solver==4.13.0", "pydantic>=2"],
install_requires=["z3-solver==4.13.1.0", "pydantic>=2"],
classifiers=CLASSIFIERS,
zip_safe=True,
)

0 comments on commit 445406f

Please sign in to comment.