We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a25c99 commit 669a5fcCopy full SHA for 669a5fc
2 files changed
docs/conf.py
@@ -12,9 +12,9 @@
12
# If extensions (or modules to document with autodoc) are in another directory,
13
# add these directories to sys.path here. If the directory is relative to the
14
# documentation root, use os.path.abspath to make it absolute, like shown here.
15
-#import os
16
-#import sys
17
-#sys.path.insert(0, os.path.abspath('..'))
+# import os
+# import sys
+# sys.path.insert(0, os.path.abspath('..'))
18
19
# -- General configuration -----------------------------------------------------
20
msgpack/__init__.py
@@ -4,7 +4,7 @@
4
from .exceptions import * # noqa: F403
5
from .ext import ExtType, Timestamp
6
7
-version = (1, 1, 1, 'rc1')
+version = (1, 1, 1, "rc1")
8
__version__ = "1.1.0rc1"
9
10
0 commit comments