Skip to content

Commit

Permalink
Release 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Nov 8, 2023
1 parent 37cfd95 commit b4c4e1a
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 = (5, 5, "0rc0")
version_info = (5, 5, 0)

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

0 comments on commit b4c4e1a

Please sign in to comment.