Skip to content

Commit

Permalink
corrected python version in min_readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Jul 27, 2024
1 parent 5ad2bd8 commit e326c7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion min_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Prerequisites
Before you install `kfre`, ensure you have the following:

- **Python**: Python 3.74 or higher is required to run `kfre`.
- **Python**: Python 3.7.4 or higher is required to run `kfre`.

Additionally, kfre has the following package dependencies:

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.10",
version="0.1.11",
author="Leonid Shpaner",
author_email="[email protected]",
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.10"
__version__ = "0.1.11"


from .perform_eval import *
Expand Down

0 comments on commit e326c7e

Please sign in to comment.