Release v1.0.4 (#509)

This commit is contained in:
Inada Naoki 2022-06-03 13:46:51 +09:00 committed by GitHub
parent caadbf2df5
commit b5acfd5383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View file

@ -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: