Skip to content

Commit edb5739

Browse files
author
Matthias Koeppe
committed
Merge tag 'v0.1.4'
2 parents 835cf73 + b717379 commit edb5739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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

Diff for: 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)