1 /***************************************************************************
2 * Copyright (c) Wolf Vollprecht, Johan Mabille and Sylvain Corlay          *
3 * Copyright (c) QuantStack                                                 *
4 *                                                                          *
5 * Distributed under the terms of the BSD 3-Clause License.                 *
6 *                                                                          *
7 * The full license is in the file LICENSE, distributed with this software. *
8 ****************************************************************************/
9 
10 #ifndef XTENSOR_PYTHON_CONFIG_HPP
11 #define XTENSOR_PYTHON_CONFIG_HPP
12 
13 #define XTENSOR_PYTHON_VERSION_MAJOR 0
14 #define XTENSOR_PYTHON_VERSION_MINOR 26
15 #define XTENSOR_PYTHON_VERSION_PATCH 0
16 
17 #endif
18