We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae907e commit 24d59f4Copy full SHA for 24d59f4
1 file changed
coreapi/__init__.py
@@ -4,7 +4,7 @@
4
from coreapi.document import Array, Document, Link, Object, Error, Field
5
6
7
-__version__ = '2.3.0'
+__version__ = '2.3.1'
8
__all__ = [
9
'Array', 'Document', 'Link', 'Object', 'Error', 'Field',
10
'Client',
0 commit comments