diff --git a/setup.cfg b/setup.cfg index 98e6011216..06cbe93b39 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = towhee -version = 0.8.0 +version = 0.8.1 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 = 0.8 -release = 0.8.0 +release = 0.8.1 source-dir = towhee/doc/source # setup.cfg diff --git a/setup.py b/setup.py index 69b2f76ae9..ffad70bfcf 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.8.0', + version='0.8.1', description='', author='Towhee Team', author_email='towhee-team@zilliz.com',