diff --git a/bookworm/app.py b/bookworm/app.py index 787da733..518d93f8 100644 --- a/bookworm/app.py +++ b/bookworm/app.py @@ -9,12 +9,12 @@ description = "The Universally accessible document reader" author = "Blind Pandas" author_email = "info@blindpandas.com" -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"