Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ All the dependencies of xplot are available for the conda package manager.

| `xplot` | `bqplot npm package (bqplot python package)` |
|---------|----------------------------------------------|
| master | ^0.4.3 (^0.11.4) |
| master | ^0.5.6 (^0.12.6) |
| 0.15.0 | ^0.4.3 (^0.11.4) |

## License
Expand Down
4 changes: 2 additions & 2 deletions include/xplot/xplot_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

// Semver requirement for bqplot
#define XBQPLOT_VERSION_MAJOR 0
#define XBQPLOT_VERSION_MINOR 4
#define XBQPLOT_VERSION_PATCH 3
#define XBQPLOT_VERSION_MINOR 5
#define XBQPLOT_VERSION_PATCH 6

// Composing the version strings from major, minor and patch
#define XPLOT_CONCATENATE(A, B) XPLOT_CONCATENATE_IMPL(A, B)
Expand Down