Prepare release 5.0.0 (#733)

This commit is contained in:
Bikouo Aubin
2024-06-10 15:39:42 +02:00
committed by GitHub
parent c47e691101
commit 7b0190f8d5
8 changed files with 36 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
# Also needs to be updated in galaxy.yml
VERSION = 4.0.0
VERSION = 5.0.0
TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'`