Skip to content

Commit

Permalink
Release 0.12.29
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jun 8, 2021
1 parent fd11b51 commit 9a45fec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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, 12, 28, 'final', 0)
version_info = (0, 12, 29, 'final', 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.5.29'
__frontend_version__ = '^0.5.30'
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bqplot
channels:
- conda-forge
dependencies:
- bqplot=0.12.28
- bqplot=0.12.29
- scikit-learn
- scipy
- numpy
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.5.29",
"version": "0.5.30",
"description": "bqplot",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 9a45fec

Please sign in to comment.