Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed May 6, 2024
1 parent 3278eb9 commit 268b1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msgpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
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"):
Expand Down

0 comments on commit 268b1ae

Please sign in to comment.