Skip to content

Commit

Permalink
versioned to 0.0.4 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Aug 2, 2024
1 parent 2b0f4b9 commit d1f8957
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions README_min.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ https://lshpaner.github.io/eda_toolkit
2. [Oscar Gil](https://www.oscargildata.com)


## Acknowledgements
## 🙏 Acknowledgements

We would like to express our deepest gratitude to Dr. Ebrahim Tarshizi, our mentor during our time in the University of San Diego M.S. Applied Data Science Program. His unwavering dedication and mentorship played a pivotal role in our academic journey, guiding us to successfully graduate from the program and pursue successful careers as data scientists.

Expand All @@ -60,7 +60,7 @@ We also extend our thanks to the Shiley-Marcos School of Engineering at the Univ

`eda_toolkit` is distributed under the MIT License. See [LICENSE](https://github.com/lshpaner/eda_toolkit/blob/main/LICENSE.md) for more information.

## Support
## 🛟 Support

If you have any questions or issues with `eda_toolkit`, please open an issue on this GitHub repository.

Expand All @@ -78,16 +78,15 @@ If you use `eda_toolkit` in your research or projects, please consider citing it
month = aug,
year = 2024,
publisher = {Zenodo},
version = {0.0.3},
version = {0.0.4},
doi = {10.5281/zenodo.13162633},
url = {https://doi.org/10.5281/zenodo.13162633}
}
```



## References
## 🔖 References

1. Hunter, J. D. (2007). *Matplotlib: A 2D Graphics Environment*. *Computing in Science & Engineering*, 9(3), 90-95. [https://doi.org/10.1109/MCSE.2007.55](https://doi.org/10.1109/MCSE.2007.55)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name="eda_toolkit",
version="0.0.3",
version="0.0.4",
author="Leonid Shpaner, Oscar Gil",
author_email="[email protected]",
description="A Python library for EDA (directory management, some data preprocessing, reporting, visualizations, and more)",
description="A Python library for EDA, including visualizations, directory management, data preprocessing, reporting, and more.",
long_description=open("README_min.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown", # Type of the long description
package_dir={"": "src"}, # Directory where your package files are located
Expand Down
2 changes: 1 addition & 1 deletion src/eda_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

from .main import *

0 comments on commit d1f8957

Please sign in to comment.