Skip to content

Commit a63344b

Browse files
committed
Release 0.5.0
1 parent ae96c4f commit a63344b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyder_terminal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111

1212
PLUGIN_CLASS
1313

14-
VERSION_INFO = (0, 5, 0, 'dev0')
14+
VERSION_INFO = (0, 5, 0)
1515
__version__ = '.'.join(map(str, VERSION_INFO))

0 commit comments

Comments
 (0)