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