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

Skip to content

Commit d999c0b

Browse files
committed
release 8.0.0b1
1 parent a2ae81e commit d999c0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/core/release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
_version_major = 8
1919
_version_minor = 0
2020
_version_patch = 0
21-
_version_extra = '.dev'
22-
# _version_extra = 'b1'
21+
_version_extra = ".dev"
22+
_version_extra = "b1"
2323
# _version_extra = "" # Uncomment this for full releases
2424

2525
# Construct full version string from these.

0 commit comments

Comments
 (0)