From 3df800d22a48f875e1afdafd945bf4b245e8703b Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Fri, 1 Dec 2017 18:15:22 +0800 Subject: [PATCH] Fix a doc syntax error Also bump version to 0.1.2 --- README.rst | 2 +- nagiosunity/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2a1de34..9d1ce29 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Alternatively, clone this repo via git and: $ cd nagios-unity $ sudo python setup.py install -Once installed, a ``nagios-unity`` (on *nux) or ``nagios-unity.exe`` (on Windows) command will be available for use. +Once installed, a ``nagios-unity`` (on \*nux) or ``nagios-unity.exe`` (on Windows) command will be available for use. Command line usage ------------------ diff --git a/nagiosunity/__init__.py b/nagiosunity/__init__.py index 485f44a..b3f4756 100644 --- a/nagiosunity/__init__.py +++ b/nagiosunity/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"