Skip to content

Commit 1cd3eb0

Browse files
committed
Bump release.
1 parent b0fd1e1 commit 1cd3eb0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Change Log
44
==========
55

6+
Release 0.4.5 (April 12, 2020)
7+
------------------------------
8+
* Set defaults appropriate to msgpack 1.0.0 (#38).
9+
610
Release 0.4.4.3 (May 16, 2019)
711
------------------------------
812
* Configure contiguous integration with Travis.

LICENSE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
License
44
=======
55

6-
Copyright (c) 2013-2019, Lev E. Givon.
6+
Copyright (c) 2013-2020, Lev E. Givon.
77
All rights reserved.
88

99
Redistribution and use in source and binary forms, with or without

msgpack_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Support for serialization of numpy data types with msgpack.
55
"""
66

7-
# Copyright (c) 2013-2019, Lev E. Givon
7+
# Copyright (c) 2013-2020, Lev E. Givon
88
# All rights reserved.
99
# Distributed under the terms of the BSD license:
1010
# http://www.opensource.org/licenses/bsd-license

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.4.3'
9+
VERSION = '0.4.5'
1010
AUTHOR = 'Lev E. Givon'
1111
AUTHOR_EMAIL = 'lev@columbia.edu'
1212
URL = 'https://github.com/lebedov/msgpack-numpy'

0 commit comments

Comments
 (0)