Skip to content

Commit 7a4b0e0

Browse files
authored
v0.22.1
2 parents 1314427 + d292ccd commit 7a4b0e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyVHDLModel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
__email__ = "[email protected]"
4949
__copyright__ = "2016-2023, Patrick Lehmann"
5050
__license__ = "Apache License, Version 2.0"
51-
__version__ = "0.22.0"
51+
__version__ = "0.22.1"
5252

5353

5454
from enum import unique, Enum, Flag, auto

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyTooling>=2.1.0
1+
pyTooling>=2.11.0

0 commit comments

Comments
 (0)