Skip to content

Commit

Permalink
updated version to 0.1.10 for corrected python version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Jul 27, 2024
1 parent 14477df commit 5ad2bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9",
version="0.1.10",
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.9"
__version__ = "0.1.10"


from .perform_eval import *
Expand Down

0 comments on commit 5ad2bd8

Please sign in to comment.