From eb6911da9f95354142f17e4bb596d7ae816bd0a3 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Sun, 2 Apr 2017 03:31:43 +0000 Subject: [PATCH] =?UTF-8?q?v0.1.0.post1=20=E2=80=94=20Initial=20release=20?= =?UTF-8?q?(take=202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix README rendering on PyPI (Seriously, I can't have two links with the same text going to different places‽) --- README.rst | 8 ++++---- qypi/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 35bd277..a161479 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,10 @@ | `PyPI `_ | `Issues `_ -``qypi`` is a command-line client for querying & searching `PyPI -`_ for Python package information and outputting JSON -(with some minor opinionated changes to the output data structures; see the -examples below). +``qypi`` is a command-line client for querying & searching `the Python Package +Index `_ for Python package information and outputting +JSON (with some minor opinionated changes to the output data structures; see +the examples below). Installation diff --git a/qypi/__init__.py b/qypi/__init__.py index 7b35264..6a17df3 100644 --- a/qypi/__init__.py +++ b/qypi/__init__.py @@ -9,7 +9,7 @@ information. """ -__version__ = '0.1.0' +__version__ = '0.1.0.post1' __author__ = 'John Thorvald Wodder II' __author_email__ = 'qypi@varonathe.org' __license__ = 'MIT'