Skip to content

Commit

Permalink
updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara-Iftikhar committed Feb 16, 2024
1 parent 7c14009 commit 5b73f72
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ of classification.
| Fowlkes Mallows Index | `fowlkes_mallows_index` |
| Mathews correlation Coefficient | `mathews_corr_coeff` |

## Web App
The SeqMetrics library is available from the webapp which is deployed
used stream [https://seqmetrics.streamlit.app/](https://seqmetrics.streamlit.app/)

## Related

Expand Down
2 changes: 1 addition & 1 deletion SeqMetrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@

from .utils import plot_metrics

__version__ = '1.3.5'
__version__ = '2.0.0'

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Ather Abbas'

# The full version, including alpha/beta/rc tags
release = '1.3.4'
release = '2.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name='SeqMetrics',

version="1.3.5",
version="2.0.0",

description='SeqMetrics: Various errors for sequential data',
long_description=long_desc,
Expand Down

0 comments on commit 5b73f72

Please sign in to comment.