Skip to content

Commit 10af1c5

Browse files
committed
Release 6.0.0b3
1 parent 5099ba9 commit 10af1c5

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, "0rc")
34+
version_info = (6, 0, "0b3")
3535

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

0 commit comments

Comments
 (0)