Skip to content

Commit

Permalink
Try to fix broken README on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 23, 2017
1 parent cb57a17 commit 2a3c6c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ This software is licensed under the `MIT license`_.
.. _/etc/crypttab: https://manpages.debian.org/crypttab
.. _/etc/fstab: https://manpages.debian.org/fstab
.. _cryptdisks_start: https://manpages.debian.org/cryptdisks_start
.. _cryptdisks_stop: https://manpages.debian.org/cryptdisks_stop
.. _crypto-drive-manager: https://pypi.python.org/pypi/crypto-drive-manager
.. _cryptsetup: https://manpages.debian.org/cryptsetup
.. _debuntu-tools: https://pypi.python.org/pypi/debuntu-tools
.. _GitHub: https://github.com/xolox/python-linux-utils
.. _Linux: https://en.wikipedia.org/wiki/Linux
Expand Down
4 changes: 2 additions & 2 deletions linux_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# linux-utils: Linux system administration tools for Python.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: June 22, 2017
# Last Change: June 23, 2017
# URL: https://linux-utils.readthedocs.io

"""Linux system administration tools for Python."""
Expand All @@ -16,7 +16,7 @@
from humanfriendly import parse_size
from six import string_types

__version__ = '0.4'
__version__ = '0.4.1'
"""Semi-standard module versioning."""


Expand Down

0 comments on commit 2a3c6c6

Please sign in to comment.