Build weer werkend gemaakt.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2021-12-31 22:18:17 +01:00
parent 047bb783b7
commit 61997df1f3
6 changed files with 366 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
set -e
VERSION=$(grep version setup.cfg | sed 's/.*= *//')
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" lmwsip/__init__.py
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/lmwsip/__init__.py
git add lmwsip/__init__.py
python setup.py test