Skip to content

Commit 69bdb9f

Browse files
committed
Release 0.12.2
1 parent 5dded48 commit 69bdb9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: xtensor-io
22
channels:
33
- conda-forge
44
dependencies:
5-
- xtensor-io=0.12.1
5+
- xtensor-io=0.12.2
66
- xeus-cling=0.12.0
77
- xwidgets=0.24.2
88
- ffmpeg=4.3.1

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 12
15-
#define XTENSOR_IO_VERSION_PATCH 1
15+
#define XTENSOR_IO_VERSION_PATCH 2
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)