We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f660b commit ab48788Copy full SHA for ab48788
epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/__init__.py
@@ -74,8 +74,8 @@
74
# The release infrastructure expects 'vN.NN.NN' tags with 1-digit major and 2-digit minor and patch versions
75
# and it takes care of converting the python tuple '(1,0,1)' into a version string 'v1.00.01'
76
# 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)
+ __version__ = (1,1,1)
78
79
- minimal_mg5amcnlo_version = (3,6,5)
+ minimal_mg5amcnlo_version = (3,6,4)
80
maximal_mg5amcnlo_version = (1000,1000,1000)
81
latest_validated_version = (3,6,5)
0 commit comments