Release v1.1.0rc1 (#609)

This commit is contained in:
Inada Naoki 2024-05-07 20:49:23 +09:00 committed by GitHub
parent 33e0e86f4e
commit 9cea8b6da2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 3 deletions

View file

@ -4,8 +4,8 @@ import os
from .exceptions import * # noqa: F403
from .ext import ExtType, Timestamp
version = (1, 0, 8)
__version__ = "1.0.8"
version = (1, 1, 0, "rc1")
__version__ = "1.1.0rc1"
if os.environ.get("MSGPACK_PUREPYTHON"):