Skip to content

Commit 64ff77c

Browse files
committedSep 23, 2024
Release 6.0.1
1 parent 4b62b0d commit 64ff77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spyder/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
from packaging.version import parse
3333

34-
version_info = (6, 0, 1, "rc0")
34+
version_info = (6, 0, 1)
3535

3636
__version__ = str(parse('.'.join(map(str, version_info))))
3737
__installer_version__ = __version__

0 commit comments

Comments
 (0)
Please sign in to comment.