Skip to content

Commit afdcd9f

Browse files
authored
Merge pull request #515 from ccordoba12/fix-version
PR: Fix version that will be released from master
2 parents 783a684 + c59dbf3 commit afdcd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyder_kernels/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
"""Version File."""
1010

11-
VERSION_INFO = (4, 0, 0, 'dev0')
11+
VERSION_INFO = (3, 1, 0, 'dev0')
1212
__version__ = '.'.join(map(str, VERSION_INFO))

0 commit comments

Comments
 (0)