diff --git a/README.rst b/README.rst index f11fe3d..d6e2b27 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ ppagent will now start with your computer automatically. Windows: ************************** -#. `Download latest exe `_. +#. `Download latest exe `_. #. Run the binary when connected to stratum.simpledoge.com and status will be automatically reported. To make ppagent start on boot, `see this post `_. @@ -142,7 +142,7 @@ Ubuntu: .. code-block:: bash - sudo pip install --upgrade --ignore-installed ppagent==0.3.2 + sudo pip install --upgrade --ignore-installed ppagent==0.3.3 sudo service ppagent restart # now confirm that the right version is installed ppagent --version @@ -151,7 +151,7 @@ Debian (for BAMT or SMOS): .. code-block:: bash - sudo pip install --upgrade --ignore-installed ppagent==0.3.2 + sudo pip install --upgrade --ignore-installed ppagent==0.3.3 sudo /etc/init.d/ppagent stop sudo /etc/init.d/ppagent start # now confirm that the right version is installed @@ -159,7 +159,7 @@ Debian (for BAMT or SMOS): Windows: -Simply `Download latest exe `_ and replace your old one. +Simply `Download latest exe `_ and replace your old one. Troubleshooting Upgrade *************************** diff --git a/ppagent/main.py b/ppagent/main.py index 8a7f542..c60f1e3 100644 --- a/ppagent/main.py +++ b/ppagent/main.py @@ -11,7 +11,7 @@ from string import Template from os.path import expanduser -version = '0.3.2' +version = '0.3.3' logger = logging.getLogger("ppagent") config_home = expanduser("~/.ppagent/")