Skip to content

Commit

Permalink
Change current version to be the next minor one
Browse files Browse the repository at this point in the history
That's actually what master is pointing at right now.
  • Loading branch information
ccordoba12 committed Sep 6, 2024
1 parent 45feefc commit c60f43c
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 = (7, 0, 0, "dev0")
version_info = (6, 1, 0, "a1", "dev0")

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

0 comments on commit c60f43c

Please sign in to comment.