Skip to content

Commit

Permalink
Release 5.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Aug 27, 2024
1 parent 45d5b61 commit b83bd2f
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 @@ -29,7 +29,7 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

version_info = (5, 5, "6rc0")
version_info = (5, 5, 6)

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

0 comments on commit b83bd2f

Please sign in to comment.