diff --git a/NEWS b/NEWS index a3ddf11..3bc9a98 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ pystatgrab NEWS http://www.i-scream.org/pystatgrab/ +pystatgrab 0.7 (13 April 2016) + + * Add support for Python 3 + pystatgrab 0.6 (14 July 2014) * Support for libstatgrab 0.90+ API diff --git a/setup.py b/setup.py index 308f6e9..a44add5 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ import os # version of pystatgrab -VERSION = "0.6" +VERSION = "0.7" # required version of libstatgrab LIBSTATGRAB = "0.91"