File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717PROJECT = "werpy"
1818PROJECT_COPYRIGHT = "2023 Analytics in Motion"
1919AUTHOR = "Ross Armstrong"
20- RELEASE = "3.0.1 "
20+ RELEASE = "3.0.2 "
2121
2222# -- General configuration ---------------------------------------------------
2323# 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.0.1 ' ,
4+ version : ' 3.0.2 ' ,
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.0.1 '
12+ version = ' 3.0.2 '
1313description = ' A powerful yet lightweight Python package to calculate and analyze the Word Error Rate (WER).'
1414readme = ' README.md'
1515requires-python = ' >=3.10'
You canβt perform that action at this time.
0 commit comments