Skip to content

Commit

Permalink
Merge pull request #365 from cmusphinx/release-5.0.2
Browse files Browse the repository at this point in the history
chore: 5.0.2 release
  • Loading branch information
dhdaines committed Jul 31, 2023
2 parents 5e0f4f8 + 030349c commit 445a779
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14) # I like pie

project(PocketSphinx VERSION 5.0.1
project(PocketSphinx VERSION 5.0.2
DESCRIPTION "A small speech recognizer"
HOMEPAGE_URL "https://github.com/cmusphinx/pocketsphinx"
LANGUAGES C)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PocketSphinx 5.0.1
PocketSphinx 5.0.2
==================

This is PocketSphinx, one of Carnegie Mellon University's open source large
Expand Down
2 changes: 1 addition & 1 deletion cython/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PocketSphinx 5.0.1
PocketSphinx 5.0.2
==================

This is PocketSphinx, one of Carnegie Mellon University's open source large
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'David Huggins-Daines'

# The full version, including alpha/beta/rc tags
release = '5.0.1'
release = '5.0.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doxygen/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
find_package(Doxygen)
if(DOXYGEN_FOUND)
set(DOXYGEN_PROJECT_NUMBER 5.0.1)
set(DOXYGEN_PROJECT_NUMBER 5.0.2)
set(DOXYGEN_EXAMPLE_PATH ${CMAKE_SOURCE_DIR}/examples)
set(DOXYGEN_SORT_MEMBER_DOCS NO)
set(DOXYGEN_USE_MATHJAX YES)
Expand Down
4 changes: 2 additions & 2 deletions include/pocketsphinx.h
Original file line number Diff line number Diff line change
Expand Up @@ -1095,8 +1095,8 @@ void ps_get_all_time(ps_decoder_t *ps, double *out_nspeech,
/**
* @mainpage PocketSphinx API Documentation
* @author David Huggins-Daines <dhdaines@gmail.com>
* @version 5.0.1
* @date May 16, 2023
* @version 5.0.2
* @date July 31, 2023
*
* @tableofcontents{HTML:1}
*
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pocketsphinx
version = 5.0.1
version = 5.0.2
description = Official Python bindings for PocketSphinx
long_description = file: cython/README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 445a779

Please sign in to comment.