We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588965a commit 963db59Copy full SHA for 963db59
2 files changed
CHANGES.md
@@ -5,6 +5,10 @@ vi:ft=markdown
5
Change Log
6
==========
7
8
+Release 0.4.7.1 (September 30, 2020)
9
+------------------------------------
10
+* Fix Python 2.7 regression (#45).
11
+
12
Release 0.4.7 (September 16, 2020)
13
----------------------------------
14
* Fix bug unpacking nested, structured dtypes (#42).
setup.py
@@ -6,7 +6,7 @@
from setuptools import setup
NAME = 'msgpack-numpy'
-VERSION = '0.4.7'
+VERSION = '0.4.7.1'
AUTHOR = 'Lev E. Givon'
AUTHOR_EMAIL = 'lev@columbia.edu'
URL = 'https://github.com/lebedov/msgpack-numpy'
0 commit comments