Skip to content

Commit

Permalink
Release 6.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed May 16, 2024
1 parent 9197f28 commit ce1b55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from packaging.version import parse

version_info = (6, 0, "0rc1")
version_info = (6, 0, "0b1")

__version__ = str(parse('.'.join(map(str, version_info))))
__installer_version__ = __version__
Expand Down

0 comments on commit ce1b55c

Please sign in to comment.