File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
Change Log
4
4
==========
5
5
6
+ Release 0.4.5 (April 12, 2020)
7
+ ------------------------------
8
+ * Set defaults appropriate to msgpack 1.0.0 (#38).
9
+
6
10
Release 0.4.4.3 (May 16, 2019)
7
11
------------------------------
8
12
* Configure contiguous integration with Travis.
Original file line number Diff line number Diff line change 3
3
License
4
4
=======
5
5
6
- Copyright (c) 2013-2019 , Lev E. Givon.
6
+ Copyright (c) 2013-2020 , Lev E. Givon.
7
7
All rights reserved.
8
8
9
9
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 4
4
Support for serialization of numpy data types with msgpack.
5
5
"""
6
6
7
- # Copyright (c) 2013-2019 , Lev E. Givon
7
+ # Copyright (c) 2013-2020 , Lev E. Givon
8
8
# All rights reserved.
9
9
# Distributed under the terms of the BSD license:
10
10
# http://www.opensource.org/licenses/bsd-license
Original file line number Diff line number Diff line change 6
6
from setuptools import setup
7
7
8
8
NAME = 'msgpack-numpy'
9
- VERSION = '0.4.4.3 '
9
+ VERSION = '0.4.5 '
10
10
AUTHOR = 'Lev E. Givon'
11
11
AUTHOR_EMAIL = 'lev@columbia.edu'
12
12
URL = 'https://github.com/lebedov/msgpack-numpy'
You can’t perform that action at this time.
0 commit comments