Skip to content

Commit adabac1

Browse files
committed
Release 0.10.3
1 parent 07a9710 commit adabac1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: xtensor-io
22
channels:
33
- conda-forge
44
dependencies:
5-
- xtensor-io=0.10.2
6-
- xeus-cling=0.5.1
7-
- xwidgets=0.17.0
5+
- xtensor-io=0.10.3
6+
- xeus-cling=0.10.0
7+
- xwidgets=0.24.0
88
- ffmpeg=3.4.2 # openimageio is being added as a runtime requirement to xtensor-io
99
- widgetsnbextension

include/xtensor-io/xtensor_io_config.hpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define XTENSOR_IO_VERSION_MAJOR 0
1414
#define XTENSOR_IO_VERSION_MINOR 10
15-
#define XTENSOR_IO_VERSION_PATCH 2
15+
#define XTENSOR_IO_VERSION_PATCH 3
1616

1717
#pragma cling add_library_path(@XTENSOR_IO_CLING_LIBRARY_DIR_64@)
1818
#pragma cling add_library_path(@XTENSOR_IO_CLING_LIBRARY_DIR_32@)

0 commit comments

Comments
 (0)