We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea481b commit 6c941faCopy full SHA for 6c941fa
pyEDAA/CLITool/__init__.py
@@ -34,7 +34,7 @@
34
__email__ = "Paebbels@gmail.com"
35
__copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
36
__license__ = "Apache License, Version 2.0"
37
-__version__ = "0.3.11"
+__version__ = "0.4.1"
38
__keywords__ = ["cli", "abstraction layer", "eda"]
39
40
from pathlib import Path
run.ps1
@@ -33,7 +33,7 @@ Param(
33
)
$PackageName = "pyEDAA.CLITool"
-$PackageVersion = "0.3.10"
+$PackageVersion = "0.4.1"
# set default values
$EnableDebug = [bool]$PSCmdlet.MyInvocation.BoundParameters["Debug"]
0 commit comments