From 46d765cb826daaeaee210fe358f4183ad88057b7 Mon Sep 17 00:00:00 2001 From: wunder957 Date: Mon, 23 Oct 2023 17:13:37 +0800 Subject: [PATCH] Release 0.1.1 --- duetector/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duetector/__init__.py b/duetector/__init__.py index 1ccfbd0..a0a581c 100644 --- a/duetector/__init__.py +++ b/duetector/__init__.py @@ -1,4 +1,4 @@ """Top-level package for duetector.""" __author__ = "hitsz-ids" -__version__ = "0.1.1rc0" +__version__ = "0.1.1"