Skip to content

Commit

Permalink
v0.1.0.post1 — Initial release (take 2)
Browse files Browse the repository at this point in the history
Fix README rendering on PyPI (Seriously, I can't have two links with the same
text going to different places‽)
  • Loading branch information
jwodder committed Apr 2, 2017
1 parent f6cb2d2 commit eb6911d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -14,10 +14,10 @@
| `PyPI <https://pypi.python.org/pypi/qypi>`_
| `Issues <https://github.com/jwodder/qypi/issues>`_
``qypi`` is a command-line client for querying & searching `PyPI
<https://pypi.python.org>`_ 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 <https://pypi.python.org>`_ for Python package information and outputting
JSON (with some minor opinionated changes to the output data structures; see
the examples below).


Installation
Expand Down
2 changes: 1 addition & 1 deletion qypi/__init__.py
Expand Up @@ -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'
Expand Down

0 comments on commit eb6911d

Please sign in to comment.