Skip to content

Commit

Permalink
Update Releae Version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam authored May 30, 2022
1 parent 22c0463 commit c27eb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kedro-telemetry/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upcoming release 0.2.1
# Release 0.2.1

## Bug fixes and other changes
* Removed explicit `PyYAML` requirement since it is already a dependency of `Kedro`
Expand Down
2 changes: 1 addition & 1 deletion kedro-telemetry/kedro_telemetry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Kedro Telemetry plugin for collecting Kedro usage data."""

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit c27eb79

Please sign in to comment.