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 adcf25c commit 08568bfCopy full SHA for 08568bf
spyder_terminal/__init__.py
@@ -11,5 +11,5 @@
11
12
PLUGIN_CLASS
13
14
-VERSION_INFO = (1, 2, 2, 'dev0')
+VERSION_INFO = (1, 2, 2)
15
__version__ = '.'.join(map(str, VERSION_INFO))
0 commit comments