diff --git a/NEWS b/NEWS index 9a21ae2..e2c950b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ pystatgrab NEWS https://libstatgrab.org/pystatgrab/ +pystatgrab 0.7.2 (24 Decemberr 2023) + + * Re-generate with more recent Cython. Fixes build on Python 3.11. + pystatgrab 0.7.1 (16 August 2020) * Re-generate with more recent Cython. Fixes build on Python 3.7. diff --git a/setup.py b/setup.py index dd93342..e140a89 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ import os # version of pystatgrab -VERSION = "0.7.1" +VERSION = "0.7.2" # required version of libstatgrab LIBSTATGRAB = "0.91"