Skip to content

Commit

Permalink
versioned to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Dec 27, 2024
1 parent f0058e3 commit 5df5a0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README_min.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If you use `eda_toolkit` in your research or projects, please consider citing it
month = aug,
year = 2024,
publisher = {Zenodo},
version = {0.0.13},
version = {0.0.14},
doi = {10.5281/zenodo.13162633},
url = {https://doi.org/10.5281/zenodo.13162633}
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "eda_toolkit"
version = "0.0.13"
version = "0.0.14"
description = "A Python library for EDA, including visualizations, directory management, data preprocessing, reporting, and more."
readme = { file = "README_min.md", content-type = "text/markdown" }
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="eda_toolkit",
version="0.0.13",
version="0.0.14",
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.",
Expand Down
4 changes: 2 additions & 2 deletions src/eda_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
supporting our educational endeavors.
Version: 0.0.13
Version: 0.0.14
"""

# Assign only the detailed documentation to __doc__
__doc__ = detailed_doc

# Metadata
__version__ = "0.0.13"
__version__ = "0.0.14"
__author__ = "Leonid Shpaner, Oscar Gil"
__email__ = "lshpaner@ucla.edu; info@oscargildata.com"

Expand Down

0 comments on commit 5df5a0d

Please sign in to comment.