summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'