Skip to content

Commit

Permalink
1.0.4rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed May 25, 2022
1 parent 63837a4 commit a34dc94
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 @@ -6,8 +6,8 @@
import sys


version = (1, 0, 4, 'dev')
__version__ = "1.0.4dev"
version = (1, 0, 4, 'rc1')
__version__ = "1.0.4rc1"


if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2:
Expand Down

0 comments on commit a34dc94

Please sign in to comment.