Skip to content

Commit 5cabe3f

Browse files
committed
chore(release): 3.1.1
1 parent 7cc90e9 commit 5cabe3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
project = "werpy"
2020
copyright = f'{datetime.now().year} <a href="https://www.analyticsinmotion.com">Analytics in Motion</a>'
2121
author = "Ross Armstrong"
22-
release = "3.1.0"
22+
release = "3.1.1"
2323

2424
# -- General configuration ---------------------------------------------------
2525
# 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.0',
4+
version : '3.1.1',
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.0'
12+
version = '3.1.1'
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'

0 commit comments

Comments
 (0)