Skip to content

Commit

Permalink
updated to version 0.013a
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Dec 25, 2024
1 parent c9b6526 commit 53b7e2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.13a},
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.13a"
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
Empty file removed setup.py:Zone.Identifier
Empty file.
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.13a
"""

# Assign only the detailed documentation to __doc__
__doc__ = detailed_doc

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

Expand Down

0 comments on commit 53b7e2d

Please sign in to comment.