Skip to content

Commit 051a02a

Browse files
committed
Bump version: v3.0.1 β†’ v3.0.2
1 parent 176ec9a commit 051a02a

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
@@ -17,7 +17,7 @@
1717
PROJECT = "werpy"
1818
PROJECT_COPYRIGHT = "2023 Analytics in Motion"
1919
AUTHOR = "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

β€Ž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.0.1',
4+
version : '3.0.2',
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.0.1'
12+
version = '3.0.2'
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)