Incremented version number to 0.0.5

master
B.J. Dweck 2020-10-20 12:25:35 +02:00
parent fe94fcc204
commit 59ddc37cfd
4 changed files with 4 additions and 4 deletions

View File

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

2
debian/changelog vendored
View File

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

View File

@ -40,7 +40,7 @@ In a separate terminal window, run the subscriber:
```bash
cd ..
./make-pkg.sh john@doe.com
cp -f build/torch-agent_0.0.4-1_all.deb example/
cp -f build/torch-agent_0.0.5-1_all.deb example/
cd example
```

View File

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