Commit 8206857 1 parent b12dd44 commit 8206857 Copy full SHA for 8206857
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 52
52
env :
53
53
# Library Variables
54
54
LIBRARY_NAME : xmsinterp
55
- XMS_VERSION : 6.0 .0
55
+ XMS_VERSION : 6.1 .0
56
56
# Conan Variables
57
- CONAN_REFERENCE : xmsinterp/6.0 .0
57
+ CONAN_REFERENCE : xmsinterp/6.1 .0
58
58
CONAN_ARCHS : x86_64
59
59
CONAN_USERNAME : aquaveo
60
60
CONAN_CHANNEL : testing
@@ -171,9 +171,9 @@ jobs:
171
171
env :
172
172
# Library Variables
173
173
LIBRARY_NAME : xmsinterp
174
- XMS_VERSION : 6.0 .0
174
+ XMS_VERSION : 6.1 .0
175
175
# Conan Variables
176
- CONAN_REFERENCE : xmsinterp/6.0 .0
176
+ CONAN_REFERENCE : xmsinterp/6.1 .0
177
177
CONAN_ARCHS : x86_64
178
178
CONAN_USERNAME : aquaveo
179
179
CONAN_CHANNEL : testing
@@ -300,9 +300,9 @@ jobs:
300
300
MATRIX_NAME : ${{ matrix.platform }}-VS${{ matrix.compiler-version }}-${{ matrix.build_type }}
301
301
# Library Variables
302
302
LIBRARY_NAME : xmsinterp
303
- XMS_VERSION : 6.0 .0
303
+ XMS_VERSION : 6.1 .0
304
304
# Conan Variables
305
- CONAN_REFERENCE : xmsinterp/6.0 .0
305
+ CONAN_REFERENCE : xmsinterp/6.1 .0
306
306
CONAN_ARCHS : x86_64
307
307
CONAN_USERNAME : aquaveo
308
308
CONAN_CHANNEL : testing
Original file line number Diff line number Diff line change 3
3
from .api .interpolator import interpolate_to_grid # NOQA: F401
4
4
from .api .interpolator import interpolate_to_points # NOQA: F401
5
5
6
- __version__ = '6.0.1 '
6
+ __version__ = '6.1.0 '
You can’t perform that action at this time.
0 commit comments