We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc02f89 commit 7f078c6Copy full SHA for 7f078c6
spyder_kernels/_version.py
@@ -8,5 +8,5 @@
8
9
"""Version File."""
10
11
-VERSION_INFO = (3, 1, 1)
+VERSION_INFO = (3, 1, 2, "a1", "dev0")
12
__version__ = '.'.join(map(str, VERSION_INFO))
0 commit comments