From 69817fc19df1c8b31b32a834cfe1aa93841d6022 Mon Sep 17 00:00:00 2001 From: HansBug Date: Sun, 20 Mar 2022 09:45:46 +0800 Subject: [PATCH] release(hansbug): use version 1.0.1 --- jentry/config/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jentry/config/meta.py b/jentry/config/meta.py index 8d4a1e9..2e72c77 100644 --- a/jentry/config/meta.py +++ b/jentry/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = "jentry" #: Version of this project. -__VERSION__ = "1.0.0" +__VERSION__ = "1.0.1" #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Python CLI which can find the entry of java project.'