Skip to content

Commit

Permalink
0.1.1s (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
wild-endeavor authored Feb 4, 2021
1 parent 75803a2 commit 2b9b0d1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/awssagemaker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# TODO: move sagemaker install script here.
setup(
name=microlib_name,
version="0.1.0",
version="0.1.1",
author="flyteorg",
author_email="[email protected]",
description="AWS Plugins for flytekit",
Expand Down
2 changes: 1 addition & 1 deletion plugins/hive/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=microlib_name,
version="0.1.0",
version="0.1.1",
author="flyteorg",
author_email="[email protected]",
description="This package holds Hive plugins for flytekit",
Expand Down
2 changes: 1 addition & 1 deletion plugins/kfpytorch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=microlib_name,
version="0.1.0",
version="0.1.1",
author="flyteorg",
author_email="[email protected]",
description="K8s based Pytorch plugin for Flytekit",
Expand Down
2 changes: 1 addition & 1 deletion plugins/kftensorflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name=microlib_name,
version="0.1.0",
version="0.1.1",
author="flyteorg",
author_email="[email protected]",
description="K8s based Tensorflow plugin for flytekit",
Expand Down
2 changes: 1 addition & 1 deletion plugins/papermill/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=microlib_name,
version="0.1.0",
version="0.1.1",
author="flyteorg",
author_email="[email protected]",
description="This is the flytekit papermill plugin",
Expand Down
2 changes: 1 addition & 1 deletion plugins/pod/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=microlib_name,
version="0.1.0",
version="0.1.1",
author="flyteorg",
author_email="[email protected]",
description="Flytekit plugin to support K8s Pod tasks",
Expand Down
2 changes: 1 addition & 1 deletion plugins/spark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name=microlib_name,
version="0.1.0",
version="0.1.1",
author="flyteorg",
author_email="[email protected]",
description="Spark 3 plugin for flytekit",
Expand Down

0 comments on commit 2b9b0d1

Please sign in to comment.