Incremented version number to 0.0.5
This commit is contained in:
parent
fe94fcc204
commit
59ddc37cfd
|
@ -25,7 +25,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.4-1_all.deb
|
apt update && apt install build/torch-agent_0.0.5-1_all.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
This will:
|
This will:
|
||||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
torch-agent (0.0.4-1) stable; urgency=medium
|
torch-agent (0.0.5-1) stable; urgency=medium
|
||||||
|
|
||||||
* Update
|
* Update
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ In a separate terminal window, run the subscriber:
|
||||||
```bash
|
```bash
|
||||||
cd ..
|
cd ..
|
||||||
./make-pkg.sh john@doe.com
|
./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
|
cd example
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.0.4"
|
__version__ = "0.0.5"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user