release v1.0.7 (#569)

This commit is contained in:
Inada Naoki 2023-09-28 17:31:52 +09:00 committed by GitHub
parent acd0684392
commit 2982e9ff72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 2 deletions

View file

@ -4,8 +4,8 @@ from .ext import ExtType, Timestamp
import os
version = (1, 0, 6)
__version__ = "1.0.6"
version = (1, 0, 7)
__version__ = "1.0.7"
if os.environ.get("MSGPACK_PUREPYTHON"):