Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elemets committed Nov 12, 2024
1 parent d20e655 commit 4cce25e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you use `model_tuner` in your research or projects, please consider citing it
month = jul,
year = 2024,
publisher = {Zenodo},
version = {0.0.16a},
version = {0.0.17a},
doi = {10.5281/zenodo.12727322},
url = {https://doi.org/10.5281/zenodo.12727322}
}
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 = "model_tuner"
version = "0.0.16a"
version = "0.0.17a"
description = "A Python library for tuning machine learning models."
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down
4 changes: 2 additions & 2 deletions src/model_tuner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
cross-validation. This library is particularly useful for model selection,
hyperparameter tuning, and ensuring optimal performance across different metrics.
Version: 0.0.16a
Version: 0.0.17a
"""

__version__ = "0.0.16a"
__version__ = "0.0.17a"
__author__ = "Arthur Funnell, Leonid Shpaner, Panayiotis Petousis"
__email__ = "lshpaner@ucla.edu; alafunnell@gmail.com; pp89@ucla.edu"

Expand Down

0 comments on commit 4cce25e

Please sign in to comment.