We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3278eb9 commit 268b1aeCopy full SHA for 268b1ae
msgpack/__init__.py
@@ -4,8 +4,8 @@
4
from .exceptions import * # noqa: F403
5
from .ext import ExtType, Timestamp
6
7
-version = (1, 0, 8)
8
-__version__ = "1.0.8"
+version = (1, 1, 0, "rc1")
+__version__ = "1.1.0rc1"
9
10
11
if os.environ.get("MSGPACK_PUREPYTHON"):
0 commit comments