mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
release v1.1.2
This commit is contained in:
parent
c2a9f1fda5
commit
5de8d03d48
6 changed files with 20 additions and 20 deletions
|
|
@ -4,8 +4,8 @@ import os
|
|||
from .exceptions import * # noqa: F403
|
||||
from .ext import ExtType, Timestamp
|
||||
|
||||
version = (1, 1, 1)
|
||||
__version__ = "1.1.1"
|
||||
version = (1, 1, 2)
|
||||
__version__ = "1.1.2"
|
||||
|
||||
|
||||
if os.environ.get("MSGPACK_PUREPYTHON"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue