diff --git a/README.md b/README.md index 7bcb449..334bf1a 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/debian/changelog b/debian/changelog index dda6e66..24ac93c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -torch-agent (0.0.4-1) stable; urgency=medium +torch-agent (0.0.5-1) stable; urgency=medium * Update diff --git a/example/README.md b/example/README.md index e03412a..4325c1f 100755 --- a/example/README.md +++ b/example/README.md @@ -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 ``` diff --git a/torch_agent/__init__.py b/torch_agent/__init__.py index 81f0fde..b1a19e3 100644 --- a/torch_agent/__init__.py +++ b/torch_agent/__init__.py @@ -1 +1 @@ -__version__ = "0.0.4" +__version__ = "0.0.5"