From b717379e91106536a4cf489fb0b3558ca0667cb6 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 24 Mar 2024 11:34:05 -0700 Subject: [PATCH] Version 0.1.4 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"},