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'