Skip to content

Commit

Permalink
Bump 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerShor committed Feb 7, 2024
1 parent f800fe7 commit a4aa4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuclio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .build import build_file # noqa
from .triggers import HttpTrigger, CronTrigger, KafkaTrigger # noqa

__version__ = '0.9.15'
__version__ = '0.9.16'

_inject_context()
del _inject_context
Expand Down

0 comments on commit a4aa4a1

Please sign in to comment.