From 4019c405ea023ac98acf7ae8a6aae67991ede3bc Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 5 Jul 2026 13:18:41 +0200 Subject: [PATCH] Fixed version number. --- pySVModel/__init__.py | 2 +- run.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pySVModel/__init__.py b/pySVModel/__init__.py index 7042c53..1719adc 100644 --- a/pySVModel/__init__.py +++ b/pySVModel/__init__.py @@ -52,7 +52,7 @@ __email__ = "Paebbels@gmail.com" __copyright__ = "2021-2026, Patrick Lehmann" __license__ = "Apache License, Version 2.0" -__version__ = "0.5.9" +__version__ = "0.5.11" # __keywords__ = [] __project_url__ = "https://github.com/edaa-org/pySVModel" __documentation_url__ = "https://edaa-org.github.io/pySVModel" diff --git a/run.ps1 b/run.ps1 index 9385c7a..be11872 100644 --- a/run.ps1 +++ b/run.ps1 @@ -33,7 +33,7 @@ Param( ) $PackageName = "pySVModel" -$PackageVersion = "0.5.9" +$PackageVersion = "0.5.11" # set default values $EnableDebug = [bool]$PSCmdlet.MyInvocation.BoundParameters["Debug"]