From d383644d4a57f15fe0358095392bfcdbf71d0c24 Mon Sep 17 00:00:00 2001 From: Riccardo Mori Date: Thu, 12 Oct 2023 13:29:49 +0200 Subject: [PATCH] Update to version 1.0.0 --- src/qbindiff/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qbindiff/version.py b/src/qbindiff/version.py index a2b12cc..083cf6e 100644 --- a/src/qbindiff/version.py +++ b/src/qbindiff/version.py @@ -17,4 +17,4 @@ Version of qbindiff """ -__version__ = "0.2.0" +__version__ = "1.0.0"