Skip to content

Commit

Permalink
Bump version to 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-rowen committed Nov 30, 2024
1 parent d9c5bb5 commit 3bbbc99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bookworm/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
description = "The Universally accessible document reader"
author = "Blind Pandas"
author_email = "[email protected]"
version = "2022.1b3"
version_ex = "2022.1.0.30"
version = "2024.1"
version_ex = "2024.1.0.11"
url = "https://github.com/blindpandas/bookworm"
website = "https://github.com/blindpandas/bookworm"
update_url = "https://github.com/blindpandas/bookworm/blob/main/update_info.json"
copyright = f"Copyright (c) 2022 {author} and {display_name} contributors."
copyright = f"Copyright (c) 2024 {author} and {display_name} contributors."
exit_code = 0
is_frozen = getattr(sys, "frozen", False) and hasattr(sys, "_MEIPASS")
arch = "x86" if struct.calcsize("P") == 4 else "x64"
Expand Down

0 comments on commit 3bbbc99

Please sign in to comment.