We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbc76b commit d09b56fCopy full SHA for d09b56f
3 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = scikit-rare
3
-version = 0.9.1
+version = 0.9.2
4
author = Harsh Bandhey
5
author_email = harsh.bandhey@cshs.org
6
description = A Scikit Learn compatible implementation of RARE Algorithm
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
7
name="scikit-rare",
8
- version="0.9.1",
+ version="0.9.2",
9
author="Harsh Bandhey",
10
author_email="harsh.bandhey@cshs.org",
11
description="A Scikit Learn compatible implementation of RARE Algorithm",
src/skrare/__init__.py
@@ -4,6 +4,6 @@
A Scikit Learn compatible implementation of RARE Algorithm.
"""
-__version__ = "0.9"
+__version__ = "0.9.2"
__author__ = 'Harsh Bandhey'
__credits__ = 'Cedars-Sinai Health Systems'
0 commit comments