diff --git a/README.md b/README.md index fd3cdaf..d84599e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ On failure to allocate the memory, a proper error is raised. # Changelog -## 0.1.4 (release candidate) +## 0.1.4 - Modernize Python metadata, require Python >= 3.8. [#9](https://github.com/sagemath/memory_allocator/pull/9) by @mkoeppe diff --git a/pyproject.toml b/pyproject.toml index 7b42253..97577b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "memory_allocator" -version = "0.1.4rc1" +version = "0.1.4" description = "An extension class to allocate memory easily with cython" authors = [ {name = "Jeroen Demeyer, Nathann Cohen, Jonathan Kliem", email = "sage-devel@googlegroups.com"},