Skip to content

Commit

Permalink
Update towhee version (#1055)
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin Lv <[email protected]>
  • Loading branch information
binbinlv authored Apr 8, 2022
1 parent e571e01 commit 99bfa68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def parse_requirements(file_name: str) -> List[str]:
command_options = {
'build_sphinx': {
'project': ('setup.py', 'towhee'),
'version': ('setup.py', '0.5.1'),
'release': ('setup.py', '0.5.1'),
'version': ('setup.py', '0.6.0'),
'release': ('setup.py', '0.6.0'),
'source_dir': ('setup.py', 'towhee/doc/source')
}
}
Expand All @@ -56,7 +56,7 @@ def parse_requirements(file_name: str) -> List[str]:
if '--models' in sys.argv:
sys.argv.remove('--models')
setup(name='towhee.models',
version='0.5.1',
version='0.6.0',
description='',
author='Towhee Team',
author_email='[email protected]',
Expand All @@ -76,7 +76,7 @@ def parse_requirements(file_name: str) -> List[str]:
**kws)
else:
setup(name='towhee',
version='0.5.1',
version='0.6.0',
description='',
author='Towhee Team',
author_email='[email protected]',
Expand Down

0 comments on commit 99bfa68

Please sign in to comment.