From 43534bacd401afede538247148b47e5835e7a2dd Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 21 Mar 2017 03:01:18 +0000 Subject: README.rst: Update install section. * markdown_link_style/_version.py (__version__): Update variable. --- README.rst | 2 +- markdown_link_style/_version.py | 2 +- 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 # . -__version__ = '0.1.0' +__version__ = '0.1.1' -- cgit v1.2.3