We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63837a4 commit a34dc94Copy full SHA for a34dc94
1 file changed
msgpack/__init__.py
@@ -6,8 +6,8 @@
6
import sys
7
8
9
-version = (1, 0, 4, 'dev')
10
-__version__ = "1.0.4dev"
+version = (1, 0, 4, 'rc1')
+__version__ = "1.0.4rc1"
11
12
13
if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2:
0 commit comments