Skip to content

Commit

Permalink
Release 0.4: Command line interface for cryptdisks_{start,stop} emula…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
xolox committed Jun 22, 2017
1 parent 208a45f commit cb57a17
Showing 1 changed file with 2 additions and 2 deletions.
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 21, 2017
# Last Change: June 22, 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.3'
__version__ = '0.4'
"""Semi-standard module versioning."""


Expand Down

0 comments on commit cb57a17

Please sign in to comment.