Skip to content

Commit

Permalink
Updated program version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAtef999 committed Jul 12, 2024
1 parent 8ac59e0 commit 69e6d78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import sys
import os
from cx_Freeze import setup, Executable
Expand Down Expand Up @@ -28,7 +29,7 @@

setup(
name="albayan",
version="1.1.0",
version="1.2.0",
description=description,
options={"build_exe": build_exe_options},
executables=[Executable("main.py", base=base)]
Expand Down
2 changes: 1 addition & 1 deletion utils/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

# program information
program_name = "البيان"
program_version = "1.1.0"
program_version = "1.2.0"
website = "https://tecwindow.net/"

0 comments on commit 69e6d78

Please sign in to comment.