Skip to content

Commit bbdd6b8

Browse files
author
Jonathan Kliem
committed
push version number
1 parent a0cb7d8 commit bbdd6b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ It provides a single extension class `MemoryAllocator` with `cdef` methods
1616

1717
Memory is freed when the instance of `MemoryAllocator` is deallocated.
1818
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.

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def run(self):
2626

2727
setup(
2828
name='memory_allocator',
29-
version='0.1.0',
29+
version='0.1.1',
3030
description='An extension class to allocate memory easily with cython',
3131
long_description=long_description,
3232
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)