Skip to content

Commit 9168465

Browse files
committed
📦Version bump: v3.0.2 → v3.1.0
1 parent 0541aad commit 9168465

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
PROJECT = "werpy"
1818
PROJECT_COPYRIGHT = "2023 Analytics in Motion"
1919
AUTHOR = "Ross Armstrong"
20-
RELEASE = "3.1.1.dev1"
20+
RELEASE = "3.1.0"
2121

2222
# -- General configuration ---------------------------------------------------
2323
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'werpy',
33
'c', 'cython',
4-
version : '3.1.1.dev1',
4+
version : '3.1.0',
55
license: 'BSD-3',
66
meson_version: '>= 1.1.0',
77
default_options : [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires = [
99

1010
[project]
1111
name = 'werpy'
12-
version = '3.1.1.dev1'
12+
version = '3.1.0'
1313
description = 'A powerful yet lightweight Python package to calculate and analyze the Word Error Rate (WER).'
1414
readme = 'README.md'
1515
requires-python = '>=3.10'

werpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The werpy package provides tools for calculating word error rates (WERs) and related metrics on text data.
66
"""
77

8-
__version__ = "3.1.1.dev1"
8+
__version__ = "3.1.0"
99

1010
from .errorhandler import error_handler
1111
from .normalize import normalize

0 commit comments

Comments
 (0)