Skip to content

Commit

Permalink
__version__ set be 0.23.1, lazy_loader is added to .requirements/base.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 29, 2022
1 parent 794fa8c commit 6610448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ natsort
pandas_flavor
multipledispatch
scipy
lazy_loader
2 changes: 1 addition & 1 deletion janitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def get_features_targets(*args, **kwargs):
return _get_features_targets(*args, **kwargs)


__version__ = "0.23.1-lazy"
__version__ = "0.23.1"

0 comments on commit 6610448

Please sign in to comment.