Skip to content

Commit 3f8f264

Browse files
author
GitHub Bot
committed
Bump version: 0.23.0 → 0.23.1
1 parent d9735f1 commit 3f8f264

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.0
2+
current_version = 0.23.1
33
commit = True
44
tag = True
55

janitor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def get_features_targets(*args, **kwargs):
2020
return _get_features_targets(*args, **kwargs)
2121

2222

23-
__version__ = "0.23.0"
23+
__version__ = "0.23.1"

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.0",
114+
version="0.23.1",
115115
description="Tools for cleaning pandas DataFrames",
116116
author="pyjanitor devs",
117117
author_email="[email protected]",

0 commit comments

Comments
 (0)