Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0b2550

Browse files
committed
release 7.13.0
1 parent 7a62f11 commit d0b2550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
_version_patch = 0
2525
_version_extra = '.dev'
2626
# _version_extra = 'b1'
27-
# _version_extra = '' # Uncomment this for full releases
27+
_version_extra = '' # Uncomment this for full releases
2828

2929
# Construct full version string from these.
3030
_ver = [_version_major, _version_minor, _version_patch]

0 commit comments

Comments
 (0)