Skip to content

Commit 31be7b6

Browse files
author
GitHub Bot
committed
Bump version: 0.21.1 → 0.21.2
1 parent b3e0925 commit 31be7b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.21.1
2+
current_version = 0.21.2
33
commit = True
44
tag = True
55

janitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def get_features_targets(*args, **kwargs):
2121
return _get_features_targets(*args, **kwargs)
2222

2323

24-
__version__ = "0.21.1"
24+
__version__ = "0.21.2"

setup.py

Lines changed: 1 addition & 1 deletion
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.21.1",
114+
version="0.21.2",
115115
description="Tools for cleaning pandas DataFrames",
116116
author="pyjanitor devs",
117117
author_email="[email protected]",

0 commit comments

Comments
 (0)