Skip to content

Commit

Permalink
release: 21.09.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Nov 8, 2021
1 parent 67d0063 commit be1f750
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Environment :: Console
Expand All @@ -41,32 +41,32 @@ zip_safe = False
package_dir =
= src
packages = find_namespace:
python_requires = >=3.8
python_requires = >=3.9
setup_requires =
setuptools>=46.0.0
setuptools>=58.0.0
install_requires =
backend.ai-client~=20.9.0
backend.ai-client~=21.9.0

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

[options.extras_require]
manager =
backend.ai-manager~=21.9.0.dev0
backend.ai-manager~=21.9.0
agent =
backend.ai-agent~=21.9.0.dev0
backend.ai-agent~=21.9.0
build =
wheel>=0.34.2
twine>=3.2.0
setuptools>=49.0.0
wheel>=0.37.0
twine>=3.5.0
setuptools>=58.5.3
dev =
test =
pytest~=6.1.2
pytest>=6.2.5
lint =
flake8>=3.8.4
flake8>=4.0.1
typecheck =
mypy>=0.790
mypy>=0.910
docs =
sphinx~=3.3
sphinx-rtd-theme>=0.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/ai/backend/meta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
This is a meta-package which contains nothing yet.
"""

__version__ = '21.09.0.dev0'
__version__ = '21.09.0'

0 comments on commit be1f750

Please sign in to comment.