File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212
1313# Set these to False while debugging
1414USE_STT = True
15- USE_TTS = False
15+ USE_TTS = True
1616
1717# Max gTTS (speaking) string length
1818MAX_CHAR = 140
Original file line number Diff line number Diff line change 1- athena package
1+ Athena Package
22==============
33
44.. automodule :: athena
Original file line number Diff line number Diff line change 6060# built documents.
6161#
6262# The short X.Y version.
63- version = '1.1 .0'
63+ version = '1.2 .0'
6464# The full version, including alpha/beta/rc tags.
65- release = '1.1 .0'
65+ release = '1.2 .0'
6666
6767# The language for content autogenerated by Sphinx. Refer to documentation
6868# for a list of supported languages.
Original file line number Diff line number Diff line change 2525 # Versions should comply with PEP440. For a discussion on single-sourcing
2626 # the version across setup.py and the project code, see
2727 # https://packaging.python.org/en/latest/single_source_version.html
28- version = '1.2.1 ' ,
28+ version = '1.2.2 ' ,
2929
3030 description = 'Your personal voice assistant' ,
3131 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments