Skip to content

Commit

Permalink
Update towhee version (#1712)
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
  • Loading branch information
binbinlv authored Aug 16, 2022
1 parent c88f213 commit c10b7b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c10b7b5

Please sign in to comment.