From 5cef825b3b6183e9326e4b1a4a211c9f0f42fd02 Mon Sep 17 00:00:00 2001 From: wunder957 Date: Tue, 19 Sep 2023 17:10:08 +0800 Subject: [PATCH] Bump to 0.1.1a0 --- duetector/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duetector/__init__.py b/duetector/__init__.py index 3d726a5..a553a3b 100644 --- a/duetector/__init__.py +++ b/duetector/__init__.py @@ -1,4 +1,4 @@ """Top-level package for duetector.""" __author__ = "hitsz-ids" -__version__ = "0.1.0" +__version__ = "0.1.1a0"