Skip to content

Commit

Permalink
updated version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Jul 13, 2024
1 parent 7e27512 commit 5450309
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions min_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pip install kfre

## 📄 Official Documentation

https://lshpaner.github.io/kfre_docs
https://lshpaner.github.io/kfre

## 🌐 Author Website

Expand All @@ -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}
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion src/kfre/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.7"
__version__ = "0.1.8"

from .main import (
RiskPredictor,
Expand Down

0 comments on commit 5450309

Please sign in to comment.