Skip to content

Commit

Permalink
release: 20.09.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Dec 26, 2020
1 parent 322dfcb commit 7fddeed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ python_requires = >=3.8
setup_requires =
setuptools>=46.0.0
install_requires =
backend.ai-client~=20.9.0a1
backend.ai-client~=20.9.0

[options.packages.find]
where = src
include = ai.backend.meta

[options.extras_require]
manager =
backend.ai-manager~=20.09.0a1
backend.ai-manager~=20.9.0
agent =
backend.ai-agent~=20.09.0a1
backend.ai-agent~=20.9.0
build =
wheel>=0.34.2
twine>=3.2.0
Expand Down
6 changes: 3 additions & 3 deletions src/ai/backend/meta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'''
"""
This is a meta-package which contains nothing yet.
'''
"""

__version__ = '20.09.0a1.dev0'
__version__ = '20.09.0'

0 comments on commit 7fddeed

Please sign in to comment.