Update main branch post 3.0.0 release (#663)

Update main branch post 3.0.0 release

SUMMARY


ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Bikouo Aubin
This commit is contained in:
GomathiselviS
2023-11-21 12:23:25 -05:00
committed by GitHub
parent 1a601213eb
commit fe9c12326d
45 changed files with 1331 additions and 336 deletions

View File

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