Update also the test for the version
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Daniele Tricoli 2023-02-20 16:48:28 +01:00
parent 242559365f
commit 386b65740d

View file

@ -19,3 +19,4 @@ set-version version:
@echo 'Setting version to {{version}}…'
@sed -i 's/version = ".*"/version = "{{version}}"/' pyproject.toml
@sed -i 's/__version__ = ".*"/__version__ = "{{version}}"/' src/poetrybot/__init__.py
@sed -i 's/__version__ == ".*"/__version__ == "{{version}}"/' tests/test_poetrybot.py