From e75fca8fa5fe3546f1cc435b084c9724a5bcd6cb Mon Sep 17 00:00:00 2001 From: Harsh Bandhey Date: Thu, 2 Mar 2023 16:16:22 -0800 Subject: [PATCH] Final Version --- setup.cfg | 2 +- setup.py | 2 +- src/skfibers/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 535eae9..9086a83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scikit-fibers -version = 0.9 +version = 0.9.2 author = Harsh Bandhey author_email = harsh.bandhey@cshs.org description = A Scikit Learn compatible implementation of FIBERS Algorithm diff --git a/setup.py b/setup.py index 675c3aa..144f354 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="scikit-fibers", - version="0.9", + version="0.9.2", author="Harsh Bandhey", author_email="harsh.bandhey@cshs.org", description="A Scikit Learn compatible implementation of FIBERS Algorithm", diff --git a/src/skfibers/__init__.py b/src/skfibers/__init__.py index 9215696..981a156 100644 --- a/src/skfibers/__init__.py +++ b/src/skfibers/__init__.py @@ -4,6 +4,6 @@ A Scikit Learn compatible implementation of FIBERS Algorithm. """ -__version__ = "0.9" +__version__ = "0.9.2" __author__ = 'Harsh Bandhey' __credits__ = 'Cedars-Sinai Health Systems' \ No newline at end of file