fix: Remove unnecessary blank lines in version update scripts
This commit is contained in:
parent
6ff3109223
commit
1a78a1f1c9
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue