Skip to content

Commit

Permalink
bump version number to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altescy committed Feb 24, 2021
1 parent 20593c7 commit a890f5e
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.2.0'
__version__ = '0.3.0'

from pdpcli.stages import Stage
from pdpcli.commands.subcommand import Subcommand
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.2.0"
version = "0.3.0"
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.2.0'
assert __version__ == '0.3.0'

0 comments on commit a890f5e

Please sign in to comment.