Skip to content

Commit 916055e

Browse files
committed
Update version to 1.00.02
1 parent dfcb650 commit 916055e

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
# The release infrastructure expects 'vN.NN.NN' tags with 1-digit major and 2-digit minor and patch versions
7171
# and it takes care of converting the python tuple '(1,0,1)' into a version string 'v1.00.01'
7272
# 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)
73+
__version__ = (1,0,2)
7474

75-
minimal_mg5amcnlo_version = (3,6,0)
75+
minimal_mg5amcnlo_version = (3,6,3)
7676
maximal_mg5amcnlo_version = (1000,1000,1000)
77-
latest_validated_version = (3,6,0)
77+
latest_validated_version = (3,6,3)

0 commit comments

Comments
 (0)