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

@ -97,7 +97,7 @@ Invalid examples:
```bash
# On Windows
.\update_version.ps1 0.2.0
# On Linux/macOS
./update_version.sh 0.2.0
```
@ -106,10 +106,10 @@ Invalid examples:
```bash
# Using Python
python build_wheel.py
# Or PowerShell
.\build_wheel.ps1
# Or Bash
./build_wheel.sh
```