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 b828133 commit e75fca8
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-fibers
version = 0.9
version = 0.9.2
author = Harsh Bandhey
author_email = [email protected]
description = A Scikit Learn compatible implementation of FIBERS 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-fibers",
version="0.9",
version="0.9.2",
author="Harsh Bandhey",
author_email="[email protected]",
description="A Scikit Learn compatible implementation of FIBERS Algorithm",
Expand Down
2 changes: 1 addition & 1 deletion src/skfibers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit e75fca8

Please sign in to comment.