diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-19 12:30:02 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-19 22:04:33 +0200 |
commit | e145bdc8124a2418f31e044d00cec51c98906dc7 (patch) | |
tree | f36e6d79ccd0adb79af25fa67ef653b6d6ebd3f7 | |
parent | 4416285107eb5d59768ed29692cabdc684e407f5 (diff) | |
download | ghdl-e145bdc8124a2418f31e044d00cec51c98906dc7.tar.gz ghdl-e145bdc8124a2418f31e044d00cec51c98906dc7.tar.bz2 ghdl-e145bdc8124a2418f31e044d00cec51c98906dc7.zip |
pyGHDL: bump pyVHDLModel to 0.10.1
-rw-r--r-- | pyGHDL/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/requirements.txt b/pyGHDL/requirements.txt index 0b7708418..d8892cfae 100644 --- a/pyGHDL/requirements.txt +++ b/pyGHDL/requirements.txt @@ -1,2 +1,2 @@ pydecor>=2.0.1 -pyVHDLModel>=0.10.0 +pyVHDLModel>=0.10.1 |