Skip to content

Commit

Permalink
Update towhee version for 1.0.0 (#2560)
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
  • Loading branch information
binbinlv committed May 25, 2023
1 parent fc50bf9 commit 30dffc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
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='1.0.0rc1',
version='1.0.0',
description='',
author='Towhee Team',
author_email='towhee-team@zilliz.com',
Expand Down

0 comments on commit 30dffc8

Please sign in to comment.