From 82cff2ad189f90e11da1a82568cfc8468cc628db Mon Sep 17 00:00:00 2001 From: mortii Date: Sun, 22 Oct 2023 12:39:32 +0200 Subject: [PATCH] updated version --- ankimorphs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankimorphs/__init__.py b/ankimorphs/__init__.py index 89b633a..3e9c872 100644 --- a/ankimorphs/__init__.py +++ b/ankimorphs/__init__.py @@ -39,7 +39,7 @@ # Semantic Versioning https://semver.org/ # TODO store somewhere other than mw, makes testing problematic -mw.ANKIMORPHS_VERSION = "0.1.0-alpha" # type: ignore +mw.ANKIMORPHS_VERSION = "0.1.1-alpha" # type: ignore TOOL_MENU = "am_tool_menu" BROWSE_MENU = "am_browse_menu"