From 3ca483f19e150c44aeda56630f901fc3f84f3d01 Mon Sep 17 00:00:00 2001 From: Wh1isper <9573586@qq.com> Date: Wed, 20 Dec 2023 17:16:19 +0800 Subject: [PATCH] Bump to 0.1.0 --- sdgx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdgx/__init__.py b/sdgx/__init__.py index 4ec5eeb6..e40afc45 100644 --- a/sdgx/__init__.py +++ b/sdgx/__init__.py @@ -1,4 +1,4 @@ """Top-level package for SDG.""" __author__ = "hitsz-ids" -__version__ = "0.1.0b0" +__version__ = "0.1.0"