We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208a45f commit cb57a17Copy full SHA for cb57a17
linux_utils/__init__.py
@@ -1,7 +1,7 @@
1
# linux-utils: Linux system administration tools for Python.
2
#
3
# Author: Peter Odding <peter@peterodding.com>
4
-# Last Change: June 21, 2017
+# Last Change: June 22, 2017
5
# URL: https://linux-utils.readthedocs.io
6
7
"""Linux system administration tools for Python."""
@@ -16,7 +16,7 @@
16
from humanfriendly import parse_size
17
from six import string_types
18
19
-__version__ = '0.3'
+__version__ = '0.4'
20
"""Semi-standard module versioning."""
21
22
0 commit comments