Skip to content

Commit cb57a17

Browse files
committed
Release 0.4: Command line interface for cryptdisks_{start,stop} emulation
1 parent 208a45f commit cb57a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux_utils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# linux-utils: Linux system administration tools for Python.
22
#
33
# Author: Peter Odding <peter@peterodding.com>
4-
# Last Change: June 21, 2017
4+
# Last Change: June 22, 2017
55
# URL: https://linux-utils.readthedocs.io
66

77
"""Linux system administration tools for Python."""
@@ -16,7 +16,7 @@
1616
from humanfriendly import parse_size
1717
from six import string_types
1818

19-
__version__ = '0.3'
19+
__version__ = '0.4'
2020
"""Semi-standard module versioning."""
2121

2222

0 commit comments

Comments
 (0)