Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed May 12, 2018
1 parent 3a4888c commit 7e69f60
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Feel free to join [our Gitter chat room](https://gitter.im/DragonComputer/Lobby)
Download the [latest release](https://github.com/DragonComputer/Dragonfire/releases/latest) (the `.deb` file) and:

```Shell
sudo dpkg -i dragonfire_0.9.8_amd64.deb
sudo dpkg -i dragonfire_0.9.9_amd64.deb
```

<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>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
dragonfire (0.9.9) unstable; urgency=medium

* Twitter integration implemented
* Ability to answer arithmetic questions added
* A fourth way to respond, Deep Conversation system added

-- Mehmet Mert Yildiran <[email protected]> Sat, 12 May 2018 14:59:20 +0000

dragonfire (0.9.8) unstable; urgency=medium

* Migrated from Kaldi Speech Recognition Toolkit to Mozilla DeepSpeech
Expand Down
2 changes: 1 addition & 1 deletion debian/dragonfire.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.9.8
Version=0.9.9
Type=Application
Name=Dragonfire
Comment=Virtual Assistant for Linux
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def pkgconfig(*packages):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.9.8',
version='0.9.9',
description='Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions',
long_description=long_description,

Expand Down

0 comments on commit 7e69f60

Please sign in to comment.