#!/bin/sh set -e VERSION=$(grep version setup.cfg | sed 's/.*= *//') sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/lmwsip/__init__.py git add lmwsip/__init__.py python setup.py test yamllint .drone.yml