Skip to content

Commit ffada93

Browse files
committed
Release 0.13.0
1 parent cf3e693 commit ffada93

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.9
5+
- xtensor-io=0.13.0
66
- xeus-cling=0.12.1
77
- xwidgets=0.25.1
88
- ffmpeg=4.3.1

include/xtensor-io/xtensor_io_config.hpp.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#define XTENSOR_IO_CONFIG_HPP
1212

1313
#define XTENSOR_IO_VERSION_MAJOR 0
14-
#define XTENSOR_IO_VERSION_MINOR 12
15-
#define XTENSOR_IO_VERSION_PATCH 9
14+
#define XTENSOR_IO_VERSION_MINOR 13
15+
#define XTENSOR_IO_VERSION_PATCH 0
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)