Release v1.0.5rc1 (#528)

This commit is contained in:
Inada Naoki 2023-01-18 19:47:15 +09:00 committed by GitHub
parent b82d0b62f1
commit 1008229553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 8 deletions

View file

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