We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2740a commit 654e698Copy full SHA for 654e698
_infos.py
@@ -4,7 +4,7 @@
4
__email__ = 'LRQ3000@gmail.com'
5
6
# Definition of the version number
7
-version_info = 2, 0, 0, 'b1' # major, minor, patch, extra
+version_info = 2, 0, 0, 'b2' # major, minor, patch, extra
8
9
# Nice string for the version (mimic how IPython composes its version str)
10
__version__ = '-'.join(map(str, version_info)).replace('-', '.').strip('-')
0 commit comments