From 940cb5d8d17b70d970a7f115033a79abfae90247 Mon Sep 17 00:00:00 2001 From: hzy14610046011 <1295752786@qq.com> Date: Mon, 22 Jan 2024 22:20:06 +0800 Subject: [PATCH] changed version to 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 689757d..adbce7c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name="tab2dict", - version="0.0.1", + version="0.0.2", description="tab2dict supports data handing in developing scientific software.", long_description="`tab2dict` supports data handling in developing of scientific software (i.e., models). " "It can convert predefined input tables (`.xlsx` or `.csv`) into `TabDict` instances. "