Skip to content

Commit 963db59

Browse files
committed
Bump version.
1 parent 588965a commit 963db59

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ vi:ft=markdown
55
Change Log
66
==========
77

8+
Release 0.4.7.1 (September 30, 2020)
9+
------------------------------------
10+
* Fix Python 2.7 regression (#45).
11+
812
Release 0.4.7 (September 16, 2020)
913
----------------------------------
1014
* Fix bug unpacking nested, structured dtypes (#42).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77

88
NAME = 'msgpack-numpy'
9-
VERSION = '0.4.7'
9+
VERSION = '0.4.7.1'
1010
AUTHOR = 'Lev E. Givon'
1111
AUTHOR_EMAIL = 'lev@columbia.edu'
1212
URL = 'https://github.com/lebedov/msgpack-numpy'

0 commit comments

Comments
 (0)