diff --git a/NEWS b/NEWS index 845366a..9a21ae2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ pystatgrab NEWS https://libstatgrab.org/pystatgrab/ +pystatgrab 0.7.1 (16 August 2020) + + * Re-generate with more recent Cython. Fixes build on Python 3.7. + pystatgrab 0.7 (13 April 2016) * Add support for Python 3 diff --git a/setup.py b/setup.py index 4d3f9c7..40921f0 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ import os # version of pystatgrab -VERSION = "0.7" +VERSION = "0.7.1" # required version of libstatgrab LIBSTATGRAB = "0.91"