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