We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d81372 commit 11f2454Copy full SHA for 11f2454
HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
===============
5
6
+0.10.1
7
+++++++
8
+
9
+* Support bytearray serialization (#268)
10
11
0.10.0
12
++++++
13
setup.py
@@ -8,7 +8,7 @@
import sys
from setuptools import setup
-VERSION = '0.10.0'
+VERSION = '0.10.1'
DEPENDENCIES = [
14
'argcomplete',
0 commit comments