Skip to content

Commit

Permalink
Bump release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Mar 25, 2024
1 parent 347c3c3 commit 5ebf9a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bqplot/_version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version_info = (0, 13, 0, 'alpha', 0)
version_info = (0, 13, 0, 'candidate', 0)

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

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

__frontend_version__ = '^0.6.0-alpha.0'
__frontend_version__ = '^0.6.0-rc.0'
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bqplot",
"version": "0.6.0-alpha.0",
"version": "0.6.0-rc.0",
"description": "bqplot",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 5ebf9a4

Please sign in to comment.