Skip to content

Commit 620c14e

Browse files
committed
Bump version: 0.18.0 → 0.18.1
1 parent b85d9c9 commit 620c14e

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

janitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# from .dataframe import JanitorDataFrame as DataFrame # noqa: F401
44
# from .dataframe import JanitorSeries as Series # noqa: F401
55

6-
__version__ = "0.18.0"
6+
__version__ = "0.18.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def generate_long_description() -> str:
4141

4242
setup(
4343
name="pyjanitor",
44-
version="0.18.0",
44+
version="0.18.1",
4545
description="Tools for cleaning pandas DataFrames",
4646
author="Eric J. Ma",
4747
author_email="[email protected]",

0 commit comments

Comments
 (0)