Skip to content

Commit 647c157

Browse files
committed
Bumped version to v0.33.0. [skip ci]
1 parent 1172b70 commit 647c157

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__ = "Paebbels@gmail.com"
4949
__copyright__ = "2016-2025, Patrick Lehmann"
5050
__license__ = "Apache License, Version 2.0"
51-
__version__ = "0.32.0"
51+
__version__ = "0.33.0"
5252

5353

5454
from enum import unique, Enum, Flag, auto

run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Param(
3333
)
3434

3535
$PackageName = "pyVHDLModel"
36-
$PackageVersion = "0.32.0"
36+
$PackageVersion = "0.33.0"
3737

3838
# set default values
3939
$EnableDebug = [bool]$PSCmdlet.MyInvocation.BoundParameters["Debug"]

0 commit comments

Comments
 (0)