Skip to content

Commit c5ba7ef

Browse files
author
GitHub Bot
committed
Bump version: 0.23.1 → 0.24.0
1 parent a090868 commit c5ba7ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.23.1
2+
current_version = 0.24.0
33
commit = True
44
tag = True
55

janitor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def get_features_targets(*args, **kwargs):
2929
return _get_features_targets(*args, **kwargs)
3030

3131

32-
__version__ = "0.23.1"
32+
__version__ = "0.24.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def generate_long_description() -> str:
111111

112112
setup(
113113
name="pyjanitor",
114-
version="0.23.1",
114+
version="0.24.0",
115115
description="Tools for cleaning pandas DataFrames",
116116
author="pyjanitor devs",
117117
author_email="[email protected]",

0 commit comments

Comments
 (0)