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 dfcb650 commit 916055eCopy full SHA for 916055e
epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/__init__.py
@@ -70,8 +70,8 @@
70
# The release infrastructure expects 'vN.NN.NN' tags with 1-digit major and 2-digit minor and patch versions
71
# and it takes care of converting the python tuple '(1,0,1)' into a version string 'v1.00.01'
72
# NB! Do not use '(1,00,01)' here: leading zeros in decimal integer literals are not permitted in python (#1013)
73
- __version__ = (1,0,1)
+ __version__ = (1,0,2)
74
75
- minimal_mg5amcnlo_version = (3,6,0)
+ minimal_mg5amcnlo_version = (3,6,3)
76
maximal_mg5amcnlo_version = (1000,1000,1000)
77
- latest_validated_version = (3,6,0)
+ latest_validated_version = (3,6,3)
0 commit comments