Skip to content

Commit 4ca93f0

Browse files
committed
chore: bump version for 5.1.0 release
1 parent 19ab513 commit 4ca93f0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PocketSphinx 5.1.0rc2
1+
PocketSphinx 5.1.0
22
=====================
33

44
This is PocketSphinx, one of Carnegie Mellon University's open source large

cython/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PocketSphinx 5.1.0rc2
1+
PocketSphinx 5.1.0
22
=====================
33

44
This is PocketSphinx, one of Carnegie Mellon University's open source large

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'David Huggins-Daines'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '5.1.0rc2'
25+
release = '5.1.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

doxygen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
find_package(Doxygen)
22
if(DOXYGEN_FOUND)
3-
set(DOXYGEN_PROJECT_NUMBER 5.1.0rc2)
3+
set(DOXYGEN_PROJECT_NUMBER 5.1.0)
44
set(DOXYGEN_EXAMPLE_PATH ${CMAKE_SOURCE_DIR}/examples)
55
set(DOXYGEN_SORT_MEMBER_DOCS NO)
66
set(DOXYGEN_USE_MATHJAX YES)

include/pocketsphinx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ void ps_get_all_time(ps_decoder_t *ps, double *out_nspeech,
10951095
/**
10961096
* @mainpage PocketSphinx API Documentation
10971097
* @author David Huggins-Daines <dhdaines@gmail.com>
1098-
* @version 5.1.0rc2
1098+
* @version 5.1.0
10991099
* @date May 4th, 2026
11001100
*
11011101
* @tableofcontents{HTML:1}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
77

88
[project]
99
name = "pocketsphinx"
10-
version = "5.1.0rc2"
10+
version = "5.1.0"
1111
description = "Official Python bindings for PocketSphinx"
1212
readme = "cython/README.md"
1313
authors = [

0 commit comments

Comments
 (0)