diff options
author | rsiddharth <s@ricketyspace.net> | 2017-03-21 03:01:18 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2017-03-21 03:01:18 +0000 |
commit | 43534bacd401afede538247148b47e5835e7a2dd (patch) | |
tree | 246366359228695864380bca50146832800c9db7 | |
parent | 68e882e0b9ecc4eb2a36dd17ed7b7b420ac56b3a (diff) |
README.rst: Update install section.v0.1.1
* markdown_link_style/_version.py (__version__): Update variable.
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | markdown_link_style/_version.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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' |