Skip to content

Commit b717379

Browse files
author
Matthias Koeppe
committed
Version 0.1.4
1 parent 815e5b1 commit b717379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ On failure to allocate the memory, a proper error is raised.
1919

2020
# Changelog
2121

22-
## 0.1.4 (release candidate)
22+
## 0.1.4
2323

2424
- Modernize Python metadata, require Python >= 3.8.
2525
[#9](https://github.com/sagemath/memory_allocator/pull/9) by @mkoeppe

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "memory_allocator"
11-
version = "0.1.4rc1"
11+
version = "0.1.4"
1212
description = "An extension class to allocate memory easily with cython"
1313
authors = [
1414
{name = "Jeroen Demeyer, Nathann Cohen, Jonathan Kliem", email = "[email protected]"},

0 commit comments

Comments
 (0)