Aanpassing precommit hoek op setup.cfg

This commit is contained in:
Marcel Nijenhof
2021-12-28 22:27:42 +01:00
parent f521992f58
commit bcd761653f
2 changed files with 2 additions and 2 deletions

View File

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