We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9389c14 commit b9d3412Copy full SHA for b9d3412
modules/globals.py
@@ -8,7 +8,7 @@
8
import os
9
import re
10
11
-version = "9.1"
+version = "9.2"
12
is_release = False
13
build_number = 0
14
version_name = f"{version}{'' if is_release else ' beta'}{'' if is_release or not build_number else ' ' + str(build_number)}"
0 commit comments