Skip to content

Commit

Permalink
📈 Update pipen and pyproject version to 0.2.0
Browse files Browse the repository at this point in the history
- Update pipen version from `"0.1.0"` to `"0.2.0"`
- Update the version number from `0.1.0` to `0.2.0` in pyproject.toml file.
  • Loading branch information
pwwang committed Mar 7, 2023
1 parent c476439 commit 36ee190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipen_dry.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from pipen import Proc


__version__ = "0.1.0"
__version__ = "0.2.0"

SCHEDULER_NAME = "dry"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipen-dry"
version = "0.1.0"
version = "0.2.0"
description = "Dry runner for pipen pipelines"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 36ee190

Please sign in to comment.