mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-06 04:41:58 +02:00
6 lines
260 B
Bash
6 lines
260 B
Bash
#!/usr/bin/env bash
|
|
VERSION="1.1.0-alpha"
|
|
|
|
sed -i "s/^__version__ = .*/__version__ = \"$VERSION\"/" "proxlb/utils/version.py"
|
|
sed -i "s/version=\"[0-9]*\.[0-9]*\.[0-9]*\"/version=\"$VERSION\"/" setup.py
|
|
echo "OK: Versions have been sucessfully set to $VERSION" |