Skip to content

Commit d106ca5

Browse files
author
Jonathan Kliem
committed
push version number
1 parent 186d04c commit d106ca5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ On failure to allocate the memory, a proper error is raised.
2222
## 0.1.1
2323

2424
- Fixed doctests on 32bit systems.
25+
26+
## 0.1.2
27+
28+
- Provide wheels build by github actions.

setup.py

Lines changed: 1 addition & 1 deletion
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.1',
29+
version='0.1.2',
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)