Skip to content

Commit

Permalink
Final Version
Browse files Browse the repository at this point in the history
  • Loading branch information
raptor419 committed Mar 3, 2023
1 parent bbbc76b commit d09b56f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = scikit-rare
version = 0.9.1
version = 0.9.2
author = Harsh Bandhey
author_email = [email protected]
description = A Scikit Learn compatible implementation of RARE Algorithm
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="scikit-rare",
version="0.9.1",
version="0.9.2",
author="Harsh Bandhey",
author_email="[email protected]",
description="A Scikit Learn compatible implementation of RARE Algorithm",
Expand Down
2 changes: 1 addition & 1 deletion src/skrare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit d09b56f

Please sign in to comment.