diff --git a/min_readme.md b/min_readme.md index 42f99c7..6186c35 100644 --- a/min_readme.md +++ b/min_readme.md @@ -30,7 +30,7 @@ pip install kfre ## 📄 Official Documentation -https://lshpaner.github.io/kfre_docs +https://lshpaner.github.io/kfre ## 🌐 Author Website @@ -52,7 +52,7 @@ If you use `kfre` in your research or projects, please consider citing it. month = may, year = 2024, publisher = {Zenodo}, - version = {0.1.7}, + version = {0.1.8}, doi = {10.5281/zenodo.11100222}, url = {https://doi.org/10.5281/zenodo.11100222} } diff --git a/setup.py b/setup.py index b1b51c9..986ab45 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="kfre", - version="0.1.7", + version="0.1.8", author="Leonid Shpaner", author_email="lshpaner@ucla.edu", description="A Python library for estimating kidney failure risk using the KFRE model developed by Tangri et al.", diff --git a/src/kfre/__init__.py b/src/kfre/__init__.py index f379c0d..3520079 100644 --- a/src/kfre/__init__.py +++ b/src/kfre/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.7" +__version__ = "0.1.8" from .main import ( RiskPredictor,