From c10b7b5f69d4641ac451142801747d9df8adc2e3 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 16 Aug 2022 21:34:47 +0800 Subject: [PATCH] Update towhee version (#1712) Signed-off-by: Binbin Lv Signed-off-by: Binbin Lv --- setup.cfg | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index be3c487612..03d4f90599 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = towhee -version = 0.7.3 +version = 0.8.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 @@ -12,8 +12,8 @@ platforms = unix, linux, osx, win32 [build_sphinx] project = towhee -version = 0.7 -release = 0.7.3 +version = 0.8 +release = 0.8.0 source-dir = towhee/doc/source # setup.cfg diff --git a/setup.py b/setup.py index 653313b71f..69b2f76ae9 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='0.7.3', + version='0.8.0', description='', author='Towhee Team', author_email='towhee-team@zilliz.com',