Skip to content

Commit d7eb895

Browse files
author
GitHub Bot
committed
Bump version: 0.29.2 → 0.30.0
1 parent a1b15a1 commit d7eb895

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

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

Diff for: 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.2"
22+
__version__ = "0.30.0"

Diff for: 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.2",
120+
version="0.30.0",
121121
description="Tools for cleaning pandas DataFrames",
122122
author="pyjanitor devs",
123123
author_email="[email protected]",

0 commit comments

Comments
 (0)