We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4be7cb commit b72b433Copy full SHA for b72b433
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name="albayan",
32
- version="1.2.3",
+ version="2.0.0",
33
description=description,
34
options={"build_exe": build_exe_options},
35
executables=[Executable("main.py", base=base)]
utils/const.py
@@ -24,7 +24,7 @@
24
# program information
25
program_name = "البيان"
26
program_english_name = "Albayan"
27
-program_version = "1.3.0"
+program_version = "2.0.0"
28
program_icon = "icon.webp"
website = "https://tecwindow.net/"
0 commit comments