Skip to content

Commit 6c941fa

Browse files
committed
Bumped version to v0.5.0.
1 parent eea481b commit 6c941fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyEDAA/CLITool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
__email__ = "Paebbels@gmail.com"
3535
__copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
3636
__license__ = "Apache License, Version 2.0"
37-
__version__ = "0.3.11"
37+
__version__ = "0.4.1"
3838
__keywords__ = ["cli", "abstraction layer", "eda"]
3939

4040
from pathlib import Path

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 = "pyEDAA.CLITool"
36-
$PackageVersion = "0.3.10"
36+
$PackageVersion = "0.4.1"
3737

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

0 commit comments

Comments
 (0)