mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-04-13 06:20:19 +00:00
Release v1.0.5 (#534)
This commit is contained in:
parent
aa9ce3e2bb
commit
4c55f809fe
2 changed files with 5 additions and 5 deletions
|
|
@ -6,8 +6,8 @@ import os
|
|||
import sys
|
||||
|
||||
|
||||
version = (1, 0, 5, 'rc', 1)
|
||||
__version__ = "1.0.5rc1"
|
||||
version = (1, 0, 5)
|
||||
__version__ = "1.0.5"
|
||||
|
||||
|
||||
if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue