diff --git a/README.md b/README.md index da1a5da..329d830 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/include/xplot/xplot_config.hpp b/include/xplot/xplot_config.hpp index 8841140..e1f4151 100644 --- a/include/xplot/xplot_config.hpp +++ b/include/xplot/xplot_config.hpp @@ -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)