Skip to content

Commit 84b2735

Browse files
author
GitHub Bot
committed
Bump version: 0.29.0 → 0.29.1
1 parent e9fd3a4 commit 84b2735

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

janitor/__init__.py

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

2121

22-
__version__ = "0.29.0"
22+
__version__ = "0.29.1"

setup.py

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

118118
setup(
119119
name="pyjanitor",
120-
version="0.29.0",
120+
version="0.29.1",
121121
description="Tools for cleaning pandas DataFrames",
122122
author="pyjanitor devs",
123123
author_email="[email protected]",

0 commit comments

Comments
 (0)