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

Skip to content

Commit 22a0cf2

Browse files
committed
back to dev
1 parent d999c0b commit 22a0cf2

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
@@ -19,8 +19,8 @@
1919
_version_minor = 0
2020
_version_patch = 0
2121
_version_extra = ".dev"
22-
_version_extra = "b1"
23-
# _version_extra = "" # Uncomment this for full releases
22+
# _version_extra = "b1"
23+
# # _version_extra = "" # Uncomment this for full releases
2424

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

0 commit comments

Comments
 (0)