Skip to content

Commit

Permalink
Bump simplesat to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnrt committed Dec 3, 2024
1 parent 78decf1 commit 3c06ba6
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 @@ -17,7 +17,7 @@ def read(fname):
use_scm_version={
"relative_to": __file__,
"write_to": "fusesoc/version.py",
"fallback_version": "0.5.dev0",
"fallback_version": "0.6.dev0",
},
author="Olof Kindgren",
author_email="olof.kindgren@gmail.com",
Expand Down Expand Up @@ -54,7 +54,7 @@ def read(fname):
"edalize>=0.2.3",
"pyparsing",
"pyyaml",
"simplesat>=0.8.0",
"simplesat>=0.9.1",
],
# Supported Python versions: 3.6+
python_requires=">=3.6, <4",
Expand Down

0 comments on commit 3c06ba6

Please sign in to comment.