We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc45a7f commit d0b2b38Copy full SHA for d0b2b38
promise/__init__.py
@@ -10,7 +10,7 @@
10
__SETUP__ = False
11
12
13
-VERSION = (2, 1, 0, "final", 0)
+VERSION = (2, 2, 0, "rc", 1)
14
15
__version__ = get_version(VERSION)
16
0 commit comments