Skip to content

Commit

Permalink
Merge pull request #4 from altescy/v0.4.1
Browse files Browse the repository at this point in the history
Bump version number to v0.4.1
  • Loading branch information
altescy authored Oct 1, 2021
2 parents 3464380 + c6b18ef commit 5d1d31a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pdpcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0"
__version__ = "0.4.1"

from pdpcli.commands.subcommand import Subcommand # noqa: F401
from pdpcli.stages import Stage # noqa: F401
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 = "pdpcli"
version = "0.4.0"
version = "0.4.1"
description = "PdpCLI is a pandas DataFrame processing CLI tool which enables you to build a pandas pipeline from a configuration file."
authors = ["altescy <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pdpcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.4.0"
assert __version__ == "0.4.1"

0 comments on commit 5d1d31a

Please sign in to comment.