Skip to content

Commit

Permalink
v0.16.0a3 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan authored Jan 19, 2021
1 parent cd8d2be commit 213839c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flytekit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from flytekit.annotated.workflow import WorkflowFailurePolicy, reference_workflow, workflow
from flytekit.loggers import logger

__version__ = "0.16.0a2"
__version__ = "0.16.0a3"


def current_context():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name="flytekit",
version="0.16.0a2",
version="0.16.0a3",
maintainer="Lyft",
maintainer_email="flyte-eng@lyft.com",
packages=find_packages(exclude=["tests*"]),
Expand Down

0 comments on commit 213839c

Please sign in to comment.