Skip to content

Commit

Permalink
πŸ”– Bump version: 0.3.2 β†’ 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Nov 12, 2023
1 parent 60fb986 commit 52c40d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.4.0
commit = True
tag = True
message = πŸ”– Bump version: {current_version} β†’ {new_version}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.4.0
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 = "runpandarun"
version = "0.3.2"
version = "0.4.0"
description = "Tell pandas what to do – easy tabular data I/O playbooks"
authors = ["Simon WΓΆrpel <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion runpandarun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__all__ = [Playbook, read_pandas, write_pandas]

__version__ = "0.3.2"
__version__ = "0.4.0"

0 comments on commit 52c40d3

Please sign in to comment.