Skip to content

Commit 7c5a8cb

Browse files
committed
Reverted version to v0.20.1 for a bugfix release.
1 parent 01ab450 commit 7c5a8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyVHDLModel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
__email__ = "[email protected]"
4040
__copyright__ = "2016-2022, Patrick Lehmann"
4141
__license__ = "Apache License, Version 2.0"
42-
__version__ = "0.21.0"
42+
__version__ = "0.20.1"
4343

4444

4545
from enum import unique, Enum, Flag, auto

0 commit comments

Comments
 (0)