Skip to content

Commit b72b433

Browse files
committed
Updated version to 2.0.0.
1 parent e4be7cb commit b72b433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name="albayan",
32-
version="1.2.3",
32+
version="2.0.0",
3333
description=description,
3434
options={"build_exe": build_exe_options},
3535
executables=[Executable("main.py", base=base)]

utils/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# program information
2525
program_name = "البيان"
2626
program_english_name = "Albayan"
27-
program_version = "1.3.0"
27+
program_version = "2.0.0"
2828
program_icon = "icon.webp"
2929
website = "https://tecwindow.net/"
3030

0 commit comments

Comments
 (0)