From 98159b04f2cccf888e85ed9260721ccd3b61bbbc Mon Sep 17 00:00:00 2001 From: hkir-dev Date: Mon, 11 Dec 2023 15:50:40 +0000 Subject: [PATCH] cas-tools version update --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 09ae7f1..c8d3196 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests -cas-tools==0.0.1.dev8 \ No newline at end of file +cas-tools==0.0.1.dev10 \ No newline at end of file diff --git a/setup.py b/setup.py index e0924ed..e1e44ac 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="tdta", - version="0.0.4.dev4", + version="0.0.4.dev5", description="The aim of this project is to provide taxonomy development tools custom actions.", long_description=README, long_description_content_type="text/markdown",