Skip to content

Commit 9b3de9b

Browse files
committed
Bump version: 0.20.9 → 0.20.10
1 parent 51c620e commit 9b3de9b

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

janitor/__init__.py

+1-1
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.20.9"
24+
__version__ = "0.20.10"

setup.py

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

4949
setup(
5050
name="pyjanitor",
51-
version="0.20.9",
51+
version="0.20.10",
5252
description="Tools for cleaning pandas DataFrames",
5353
author="Eric J. Ma",
5454
author_email="[email protected]",

0 commit comments

Comments
 (0)