Skip to content

Commit c10b7b5

Browse files
authored
Update towhee version (#1712)
Signed-off-by: Binbin Lv <[email protected]> Signed-off-by: Binbin Lv <[email protected]>
1 parent c88f213 commit c10b7b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = towhee
3-
version = 0.7.3
3+
version = 0.8.0
44
description = Towhee is a framework that helps you encode your unstructured data into embeddings.
55
long_description = file: README.md
66
url = https://github.com/towhee-io/towhee
@@ -12,8 +12,8 @@ platforms = unix, linux, osx, win32
1212

1313
[build_sphinx]
1414
project = towhee
15-
version = 0.7
16-
release = 0.7.3
15+
version = 0.8
16+
release = 0.8.0
1717
source-dir = towhee/doc/source
1818

1919
# setup.cfg

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def parse_requirements(file_name: str) -> List[str]:
3737
if '--models' in sys.argv:
3838
sys.argv.remove('--models')
3939
setup(name='towhee.models',
40-
version='0.7.3',
40+
version='0.8.0',
4141
description='',
4242
author='Towhee Team',
4343
author_email='[email protected]',

0 commit comments

Comments
 (0)