Skip to content

Commit f9668c8

Browse files
committed
Release 3.2.0
1 parent 0c32973 commit f9668c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
OTHER DEALINGS IN THE SOFTWARE.
2828
"""
2929

30-
version_info = (3, 2, 0, "dev0")
30+
version_info = (3, 2, 0)
3131

3232
__version__ = '.'.join(map(str, version_info))
3333
__license__ = __doc__

0 commit comments

Comments
 (0)