Skip to content

Commit edb6250

Browse files
committed
Release 6.1.0a2
1 parent 28101b2 commit edb6250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
from packaging.version import parse
3333

34-
version_info = (6, 1, 0, "rc1")
34+
version_info = (6, 1, 0, "a2")
3535

3636
__version__ = str(parse('.'.join(map(str, version_info))))
3737
__installer_version__ = __version__

0 commit comments

Comments
 (0)