Skip to content

Commit

Permalink
Release 6.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Dec 19, 2023
1 parent dd0acae commit e624b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/__init__.py
Expand Up @@ -29,7 +29,7 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

version_info = (6, 0, "0rc0")
version_info = (6, 0, "0a3")

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

0 comments on commit e624b70

Please sign in to comment.