Skip to content

Commit ab48788

Browse files
committed
Bump version number and set minimal MadGraph version to 3.6.4
1 parent 07f660b commit ab48788

File tree

1 file changed

+2
-2
lines changed
  • epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT

1 file changed

+2
-2
lines changed

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
# The release infrastructure expects 'vN.NN.NN' tags with 1-digit major and 2-digit minor and patch versions
7575
# and it takes care of converting the python tuple '(1,0,1)' into a version string 'v1.00.01'
7676
# NB! Do not use '(1,00,01)' here: leading zeros in decimal integer literals are not permitted in python (#1013)
77-
__version__ = (1,1,0)
77+
__version__ = (1,1,1)
7878

79-
minimal_mg5amcnlo_version = (3,6,5)
79+
minimal_mg5amcnlo_version = (3,6,4)
8080
maximal_mg5amcnlo_version = (1000,1000,1000)
8181
latest_validated_version = (3,6,5)

0 commit comments

Comments
 (0)