We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cb7d8 commit bbdd6b8Copy full SHA for bbdd6b8
README.md
@@ -16,3 +16,9 @@ It provides a single extension class `MemoryAllocator` with `cdef` methods
16
17
Memory is freed when the instance of `MemoryAllocator` is deallocated.
18
On failure to allocate the memory, a proper error is raised.
19
+
20
+# Changelog
21
22
+## 0.1.1
23
24
+- Fixed doctests on 32bit systems.
setup.py
@@ -26,7 +26,7 @@ def run(self):
26
27
setup(
28
name='memory_allocator',
29
- version='0.1.0',
+ version='0.1.1',
30
description='An extension class to allocate memory easily with cython',
31
long_description=long_description,
32
long_description_content_type='text/markdown',
0 commit comments