Skip to content

Commit

Permalink
Updating versions of runners and mlcommons_box core library to 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-serebryakov authored and sub-mod committed Sep 29, 2020
1 parent de4f725 commit b089a3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mlcommons_box/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def schemas():

setup(
name="mlcommons_box",
version="0.2",
version="0.2.1",
packages=find_packages(exclude=["tests"]),
license="Apache 2.0",
entry_points='''
Expand Down
2 changes: 1 addition & 1 deletion runners/mlcommons_box_docker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def schemas():

setup(
name="mlcommons_box_docker",
version="0.2",
version="0.2.1",
packages=find_packages(exclude=["tests"]),
license="Apache 2.0",
entry_points='''
Expand Down
2 changes: 1 addition & 1 deletion runners/mlcommons_box_singularity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def schemas():

setup(
name="mlcommons_box_singularity",
version="0.2",
version="0.2.1",
packages=find_packages(exclude=["tests"]),
license="Apache 2.0",
entry_points='''
Expand Down
2 changes: 1 addition & 1 deletion runners/mlcommons_box_ssh/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def schemas():

setup(
name="mlcommons_box_ssh",
version="0.2",
version="0.2.1",
packages=find_packages(exclude=["tests"]),
license="Apache 2.0",
entry_points='''
Expand Down

0 comments on commit b089a3d

Please sign in to comment.