File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919project = "werpy"
2020copyright = f'{ datetime .now ().year } <a href="https://www.analyticsinmotion.com">Analytics in Motion</a>'
2121author = "Ross Armstrong"
22- release = "3.2 .0"
22+ release = "3.3 .0"
2323
2424# -- General configuration ---------------------------------------------------
2525# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11project (
22 ' werpy' ,
33 ' c' , ' cython' ,
4- version : ' 3.2 .0' ,
4+ version : ' 3.3 .0' ,
55 license : ' BSD-3' ,
66 meson_version : ' >= 1.1.0' ,
77 default_options : [
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
99
1010[project ]
1111name = ' werpy'
12- version = ' 3.2 .0'
12+ version = ' 3.3 .0'
1313description = ' A powerful yet lightweight Python package to calculate and analyze the Word Error Rate (WER).'
1414readme = ' README.md'
1515requires-python = ' >=3.10'
Original file line number Diff line number Diff line change 55The werpy package provides tools for calculating word error rates (WERs) and related metrics on text data.
66"""
77
8- __version__ = "3.2 .0"
8+ __version__ = "3.3 .0"
99
1010from .errorhandler import error_handler
1111from .normalize import normalize
You can’t perform that action at this time.
0 commit comments