diff --git a/docs/start.rst b/docs/start.rst index 9ed7e86..83bad8d 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -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/ diff --git a/setup.py b/setup.py index f110ec0..cc93eec 100644 --- a/setup.py +++ b/setup.py @@ -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",