From b6a15fda93738d6c0f8556e09ea6c3ab62d3e113 Mon Sep 17 00:00:00 2001 From: yusufipk Date: Wed, 9 Sep 2026 15:24:47 +0300 Subject: [PATCH] Dikte 2.0.0 --- dikte/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dikte/__init__.py b/dikte/__init__.py index d8823a1..235c00d 100644 --- a/dikte/__init__.py +++ b/dikte/__init__.py @@ -10,4 +10,4 @@ business loading Qt to answer one question. # both the .dmg's Info.plist and the AppImage's file name are built from it. A # build off master rather than off a tag appends the commit to it, so that a # bug report from someone running "latest" names a commit. -__version__ = "1.3.0" +__version__ = "2.0.0"