Version 0.0.6 increment

master
B.J. Dweck 2020-10-22 11:37:34 +02:00
parent be4ce4a288
commit 0484e3b484
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ Using the e-mail address you provided during GPG key generation, run `build-deb.
```bash ```bash
./build-deb.sh john@doe.com ./build-deb.sh john@doe.com
apt update && apt install build/torch-agent_0.0.5-1_all.deb apt update && apt install build/torch-agent_0.0.6-1_all.deb
``` ```
This will: This will:

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
torch-agent (0.0.5-1) stable; urgency=medium torch-agent (0.0.6-1) stable; urgency=medium
* Update * Update

View File

@ -1 +1 @@
__version__ = "0.0.5" __version__ = "0.0.6"