mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 10:00:54 +00:00
Release v1.0.4 (#509)
This commit is contained in:
parent
caadbf2df5
commit
b5acfd5383
3 changed files with 13 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ import os
|
|||
import sys
|
||||
|
||||
|
||||
version = (1, 0, 4, 'rc1')
|
||||
__version__ = "1.0.4rc1"
|
||||
version = (1, 0, 4)
|
||||
__version__ = "1.0.4"
|
||||
|
||||
|
||||
if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue