Skip to content

Commit 268b1ae

Browse files
committed
bump version number
1 parent 3278eb9 commit 268b1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msgpack/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from .exceptions import * # noqa: F403
55
from .ext import ExtType, Timestamp
66

7-
version = (1, 0, 8)
8-
__version__ = "1.0.8"
7+
version = (1, 1, 0, "rc1")
8+
__version__ = "1.1.0rc1"
99

1010

1111
if os.environ.get("MSGPACK_PUREPYTHON"):

0 commit comments

Comments
 (0)