diff --git a/HISTORY.rst b/HISTORY.rst index c9527a1..fc1a141 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release History =============== +0.10.1 +++++++ + +* Support bytearray serialization (#268) + 0.10.0 ++++++ diff --git a/setup.py b/setup.py index 63d0a7a..43bdece 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys from setuptools import setup -VERSION = '0.10.0' +VERSION = '0.10.1' DEPENDENCIES = [ 'argcomplete',