Skip to content

Commit d09b56f

Browse files
committed
Final Version
1 parent bbbc76b commit d09b56f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scikit-rare
3-
version = 0.9.1
3+
version = 0.9.2
44
author = Harsh Bandhey
55
author_email = harsh.bandhey@cshs.org
66
description = A Scikit Learn compatible implementation of RARE Algorithm

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="scikit-rare",
8-
version="0.9.1",
8+
version="0.9.2",
99
author="Harsh Bandhey",
1010
author_email="harsh.bandhey@cshs.org",
1111
description="A Scikit Learn compatible implementation of RARE Algorithm",

src/skrare/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
A Scikit Learn compatible implementation of RARE Algorithm.
55
"""
66

7-
__version__ = "0.9"
7+
__version__ = "0.9.2"
88
__author__ = 'Harsh Bandhey'
99
__credits__ = 'Cedars-Sinai Health Systems'

0 commit comments

Comments
 (0)