Skip to content

Commit

Permalink
versioned to 0.0.14a
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Aug 27, 2024
1 parent f9f7cff commit ccc2e42
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.13a},
version = {0.0.14a},
doi = {10.5281/zenodo.12727322},
url = {https://doi.org/10.5281/zenodo.12727322}
}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="model_tuner",
version="0.0.13a",
version="0.0.14a",
author="UCLA CTSI ML Team: Leonid Shpaner, Arthur Funnell, Panayiotis Petousis",
author_email="[email protected]",
description="A Python library for tuning machine learning models.",
Expand All @@ -12,7 +12,7 @@
# Automatically find packages in the specified directory
packages=find_packages(where="src"),
project_urls={ # Optional
# "Author Website": "https://www.leonshpaner.com",
"Author Website": "https://www.mii.ucla.edu/",
"Documentation": "https://uclamii.github.io/model_tuner",
"Zenodo Archive": "https://zenodo.org/doi/10.5281/zenodo.12727322",
"Source Code": "https://github.com/uclamii/model_tuner/",
Expand Down
2 changes: 1 addition & 1 deletion src/model_tuner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.13a"
__version__ = "0.0.14a"

from .main import *

0 comments on commit ccc2e42

Please sign in to comment.