Skip to content

Commit

Permalink
fix: dependency references should use normalized version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Aug 11, 2020
1 parent 4ad750e commit 7d49bcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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>=45.0.0
install_requires =
backend.ai-client~=20.03.0
backend.ai-client~=20.3.0

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

[options.extras_require]
manager =
backend.ai-manager~=20.03.0
backend.ai-manager~=20.3.0
agent =
backend.ai-agent~=20.03.0
backend.ai-agent~=20.3.0
build =
wheel>=0.34.2
twine>=3.2.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__ = '20.03.0'
__version__ = '20.03.1'

0 comments on commit 7d49bcd

Please sign in to comment.