Skip to content

Commit a92b9b3

Browse files
authored
Bump release candidate (#1641)
1 parent 347c3c3 commit a92b9b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bqplot/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
version_info = (0, 13, 0, 'alpha', 0)
1+
version_info = (0, 13, 0, 'candidate', 0)
22

33
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
44

55
__version__ = '%s.%s.%s%s' % (
66
version_info[0], version_info[1], version_info[2],
77
'' if version_info[3] == 'final' else _specifier_[version_info[3]] + str(version_info[4]))
88

9-
__frontend_version__ = '^0.6.0-alpha.0'
9+
__frontend_version__ = '^0.6.0-rc.0'

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bqplot",
3-
"version": "0.6.0-alpha.0",
3+
"version": "0.6.0-rc.0",
44
"description": "bqplot",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)