Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
calston committed Jan 16, 2015
1 parent 9a81616 commit 102544e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Tensor can be installed from PyPi with pip ::

This will also install Twisted, protobuf and PyYAML

Or you can use the .deb package ::
Or you can use the .deb package. Let the latest release from https://github.com/calston/tensor/releases/latest ::
$ aptitude install python-twisted python-protobuf python-yaml
$ wget https://github.com/calston/tensor/releases/download/0.0.7/tensor_0.0.7_amd64.deb
$ dpkg -i tensor_0.0.7_amd64.deb
$ wget https://github.com/calston/tensor/releases/download/0.2.0/tensor_0.2.0_amd64.deb
$ dpkg -i tensor_0.2.0_amd64.deb

This also gives you an init script and default config in /etc/tensor/

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="tensor",
version='0.1.28',
version='0.2.0',
url='http://github.com/calston/tensor',
license='MIT',
description="A Twisted based monitoring agent for Riemann",
Expand Down

0 comments on commit 102544e

Please sign in to comment.