Skip to content

Commit

Permalink
Release 5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Apr 9, 2024
1 parent 5b0e718 commit eca9916
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, "4rc2")
version_info = (5, 5, 4)

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

0 comments on commit eca9916

Please sign in to comment.