diff --git a/NEWS b/NEWS index e2c950b..fbb816b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ pystatgrab NEWS https://libstatgrab.org/pystatgrab/ -pystatgrab 0.7.2 (24 Decemberr 2023) +pystatgrab 0.7.3 (03 June 2024) + + * Re-generate with more recent Cython. Fixes build on newer Python versions. + +pystatgrab 0.7.2 (24 December 2023) * Re-generate with more recent Cython. Fixes build on Python 3.11. diff --git a/setup.py b/setup.py index 70981b5..49806a0 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ import os # version of pystatgrab -VERSION = "0.7.2" +VERSION = "0.7.3" # required version of libstatgrab LIBSTATGRAB = "0.91"