Skip to content

Commit de4fac6

Browse files
committed
Bump version: 0.16.5 → 0.16.6
1 parent ad7c836 commit de4fac6

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

Diff for: janitor/__init__.py

+1-1
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.16.5"
6+
__version__ = "0.16.6"

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def requirements():
88

99
setup(
1010
name="pyjanitor",
11-
version="0.16.5",
11+
version="0.16.6",
1212
description="Tools for cleaning pandas DataFrames",
1313
author="Eric J. Ma",
1414
author_email="[email protected]",

0 commit comments

Comments
 (0)