summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-03-21 03:01:18 +0000
committerrsiddharth <s@ricketyspace.net>2017-03-21 03:01:18 +0000
commit43534bacd401afede538247148b47e5835e7a2dd (patch)
tree246366359228695864380bca50146832800c9db7
parent68e882e0b9ecc4eb2a36dd17ed7b7b420ac56b3a (diff)
README.rst: Update install section.v0.1.1
* markdown_link_style/_version.py (__version__): Update variable.
-rw-r--r--README.rst2
-rw-r--r--markdown_link_style/_version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0ffc406..e2aa9ec 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,7 @@ install
::
- pip install markdown-link-style
+ pip3 install markdown-link-style
source
------
diff --git a/markdown_link_style/_version.py b/markdown_link_style/_version.py
index aa0edd3..c79d4d4 100644
--- a/markdown_link_style/_version.py
+++ b/markdown_link_style/_version.py
@@ -18,4 +18,4 @@
# along with markdown-link-style (see COPYING). If not, see
# <http://www.gnu.org/licenses/>.
-__version__ = '0.1.0'
+__version__ = '0.1.1'