Skip to content

Commit

Permalink
Bump version 0.0.20 --> 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdabbas committed Jun 10, 2024
1 parent 1043cff commit 23fdc32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.20"
__version__ = "0.0.21"

from .value_counts_plus import value_counts_plus
from .value_counts import value_counts
Expand Down
2 changes: 1 addition & 1 deletion adviz/ecdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def ecdf(
Create an empirical cumulative distribution chart, a thin wrapper around px.ecdf.
Parameters
-----------
----------
df : pandas.DataFrame
A DataFrame from which you want to visualize one of the columns' distribution.
x : str
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = adviz
lib_name = adviz
version = 0.0.20
version = 0.0.21
min_python = 3.7
license = apache2
black_formatting = False
Expand Down

0 comments on commit 23fdc32

Please sign in to comment.