fix: Remove unnecessary blank lines in version update scripts

This commit is contained in:
claudi 2026-02-20 10:13:36 +01:00
parent 6ff3109223
commit 1a78a1f1c9
3 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@ $projectRoot = Split-Path -Parent $PSCommandPath
$pyprojectPath = Join-Path $projectRoot "pyproject.toml"
$initPath = Join-Path (Join-Path $projectRoot "elytra_client") "__init__.py"
Write-Host "======================================================================"
Write-Host "======================================================================"
Write-Host "Updating Elytra PIM Client to version $Version"
Write-Host "======================================================================"