From f8ee91d607d3c81fe22413551c34864395800948 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sun, 3 Feb 2013 18:24:22 +0100 Subject: [PATCH] Version bump --- NEWS | 1 + iotop/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 45406e6..45bf3f6 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ ~~~ o Adapt the display to the maximum pid width o Include both total and actual disk bandwidth in the summary +o Conversion to Python 3 0.4.4 ~~~~~ diff --git a/iotop/version.py b/iotop/version.py index 384a3e1..f424186 100644 --- a/iotop/version.py +++ b/iotop/version.py @@ -1 +1 @@ -VERSION = '0.4.4' +VERSION = '0.5' -- 2.11.4.GIT