From 30dffc864ab38bb21ef9f295f4fb714eea250b7f Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 25 May 2023 19:01:26 +0800 Subject: [PATCH] Update towhee version for 1.0.0 (#2560) Signed-off-by: Binbin Lv --- setup.cfg | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7ecc407fa1..71d8fe5888 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = towhee -version = 1.0.0rc1 +version = 1.0.0 description = Towhee is a framework that helps you encode your unstructured data into embeddings. long_description = file: README.md url = https://github.com/towhee-io/towhee @@ -13,7 +13,7 @@ platforms = unix, linux, osx, win32 [build_sphinx] project = towhee version = 1.0 -release = 1.0.0rc1 +release = 1.0.0 source-dir = towhee/doc/source # setup.cfg diff --git a/setup.py b/setup.py index d6bd107cdc..6c066eb573 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def parse_requirements(file_name: str) -> List[str]: if '--models' in sys.argv: sys.argv.remove('--models') setup(name='towhee.models', - version='1.0.0rc1', + version='1.0.0', description='', author='Towhee Team', author_email='towhee-team@zilliz.com',