diff --git a/README_min.md b/README_min.md index d5da5bf..d258eef 100644 --- a/README_min.md +++ b/README_min.md @@ -78,7 +78,7 @@ If you use `eda_toolkit` in your research or projects, please consider citing it month = aug, year = 2024, publisher = {Zenodo}, - version = {0.0.5}, + version = {0.0.6}, doi = {10.5281/zenodo.13162633}, url = {https://doi.org/10.5281/zenodo.13162633} } diff --git a/setup.py b/setup.py index 28af02e..62163bd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="eda_toolkit", - version="0.0.5", + version="0.0.6", author="Leonid Shpaner, Oscar Gil", author_email="lshpaner@ucla.edu", description="A Python library for EDA, including visualizations, directory management, data preprocessing, reporting, and more.", diff --git a/src/eda_toolkit/__init__.py b/src/eda_toolkit/__init__.py index f6df92e..fa5935a 100644 --- a/src/eda_toolkit/__init__.py +++ b/src/eda_toolkit/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.5" +__version__ = "0.0.6" from .main import *