Skip to content

Commit

Permalink
Bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
eikevons committed Apr 17, 2024
1 parent ade9b02 commit 4d322ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandas_paddles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
Author: Eike von Seggern <eike@vonseggern.space>
"""
__version__ = "1.5.0"
__version__ = "1.6.0-dev"
__all__ = ["C", "DF", "I", "S", "report", "paddles"]

from .contexts import DataframeContext, SeriesContext
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 = "pandas_paddles"
version = "1.5.0"
version = "1.6.0-dev"
description = "Simple, composable selectors for loc[], iloc[], assign() and others for fluent-API style Pandas code."
authors = ["Eike von Seggern <eikevons@mailbox.org>"]
repository = "https://github.com/eikevons/pandas-paddles.git"
Expand Down

0 comments on commit 4d322ec

Please sign in to comment.