mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-09 14:01:03 +00:00
v1.1.1
This commit is contained in:
parent
e6445d3b92
commit
42f056f3cf
2 changed files with 9 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ import os
|
|||
from .exceptions import * # noqa: F403
|
||||
from .ext import ExtType, Timestamp
|
||||
|
||||
version = (1, 1, 1, "rc1")
|
||||
__version__ = "1.1.1rc1"
|
||||
version = (1, 1, 1)
|
||||
__version__ = "1.1.1"
|
||||
|
||||
|
||||
if os.environ.get("MSGPACK_PUREPYTHON"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue