Skip to content

Commit 4cabd03

Browse files
author
Yihui Xiong
committed
v0.4.0
1 parent f3f696b commit 4cabd03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Versions should comply with PEP440. For a discussion on single-sourcing
2525
# the version across setup.py and the project code, see
2626
# https://packaging.python.org/en/latest/single_source_version.html
27-
version='0.3.0',
27+
version='0.4.0',
2828

2929
description='To build voice enabled objects with ReSpeaker',
3030

@@ -71,7 +71,7 @@
7171
# installed, specify them here. If using Python 2.6 or less, then these
7272
# have to be included in MANIFEST.in as well.
7373
package_data={
74-
# 'respeaker': ['pocketsphinx-data/en.dic', 'pocketsphinx-data/keywords.txt', 'pocketsphinx-data/hmm/*'],
74+
'respeaker': ['pocketsphinx-data/dictionary.txt', 'pocketsphinx-data/keywords.txt', 'pocketsphinx-data/hmm/*'],
7575
},
7676

7777
# To provide executable scripts, use entry points in preference to the

0 commit comments

Comments
 (0)