mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 10:49:59 +00:00
release v1.0.7 (#569)
This commit is contained in:
parent
acd0684392
commit
2982e9ff72
3 changed files with 16 additions and 2 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue