Skip to content

Commit 7e69f60

Browse files
committed
Bump the version
1 parent 3a4888c commit 7e69f60

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Feel free to join [our Gitter chat room](https://gitter.im/DragonComputer/Lobby)
3939
Download the [latest release](https://github.com/DragonComputer/Dragonfire/releases/latest) (the `.deb` file) and:
4040

4141
```Shell
42-
sudo dpkg -i dragonfire_0.9.8_amd64.deb
42+
sudo dpkg -i dragonfire_0.9.9_amd64.deb
4343
```
4444

4545
<sup><i>To install the dependencies run `sudo apt-get -f install` right after the `dpkg -i` command. The installation will automatically download the pre-trained English model of Mozilla DeepSpeech (1.31 GB download size) and will place it under `/usr/share/dragonfire/deepspeech/models` directory. You can manually [download the model](https://github.com/mozilla/DeepSpeech/releases/download/v0.1.1/deepspeech-0.1.1-models.tar.gz) if you want.</i></sup>

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
dragonfire (0.9.9) unstable; urgency=medium
2+
3+
* Twitter integration implemented
4+
* Ability to answer arithmetic questions added
5+
* A fourth way to respond, Deep Conversation system added
6+
7+
-- Mehmet Mert Yildiran <[email protected]> Sat, 12 May 2018 14:59:20 +0000
8+
19
dragonfire (0.9.8) unstable; urgency=medium
210

311
* Migrated from Kaldi Speech Recognition Toolkit to Mozilla DeepSpeech

debian/dragonfire.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Version=0.9.8
2+
Version=0.9.9
33
Type=Application
44
Name=Dragonfire
55
Comment=Virtual Assistant for Linux

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def pkgconfig(*packages):
5454
# Versions should comply with PEP440. For a discussion on single-sourcing
5555
# the version across setup.py and the project code, see
5656
# https://packaging.python.org/en/latest/single_source_version.html
57-
version='0.9.8',
57+
version='0.9.9',
5858
description='Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions',
5959
long_description=long_description,
6060

0 commit comments

Comments
 (0)