Skip to content

Commit 2c31c3a

Browse files
author
GitHub Bot
committed
Bump version: 0.30.0 → 0.31.0
1 parent 30ab4fa commit 2c31c3a

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

janitor/__init__.py

Lines changed: 1 addition & 1 deletion
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.30.0"
22+
__version__ = "0.31.0"

setup.py

Lines changed: 1 addition & 1 deletion
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.30.0",
120+
version="0.31.0",
121121
description="Tools for cleaning pandas DataFrames",
122122
author="pyjanitor devs",
123123
author_email="[email protected]",

0 commit comments

Comments
 (0)