We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3ad5c commit 0d98df2Copy full SHA for 0d98df2
1 file changed
code_generation/code_generation.py
@@ -3,7 +3,7 @@
3
import subprocess
4
from pathlib import Path
5
6
-version = (1, 0)
+version = (2, 0)
7
# Increment the file version whenever a change is introduced.
8
fileVersion = 20
9
0 commit comments