Skip to content

Commit 8206857

Browse files
committed
increment version
1 parent b12dd44 commit 8206857

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/XmsInterp-CI.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
env:
5353
# Library Variables
5454
LIBRARY_NAME: xmsinterp
55-
XMS_VERSION: 6.0.0
55+
XMS_VERSION: 6.1.0
5656
# Conan Variables
57-
CONAN_REFERENCE: xmsinterp/6.0.0
57+
CONAN_REFERENCE: xmsinterp/6.1.0
5858
CONAN_ARCHS: x86_64
5959
CONAN_USERNAME: aquaveo
6060
CONAN_CHANNEL: testing
@@ -171,9 +171,9 @@ jobs:
171171
env:
172172
# Library Variables
173173
LIBRARY_NAME: xmsinterp
174-
XMS_VERSION: 6.0.0
174+
XMS_VERSION: 6.1.0
175175
# Conan Variables
176-
CONAN_REFERENCE: xmsinterp/6.0.0
176+
CONAN_REFERENCE: xmsinterp/6.1.0
177177
CONAN_ARCHS: x86_64
178178
CONAN_USERNAME: aquaveo
179179
CONAN_CHANNEL: testing
@@ -300,9 +300,9 @@ jobs:
300300
MATRIX_NAME: ${{ matrix.platform }}-VS${{ matrix.compiler-version }}-${{ matrix.build_type }}
301301
# Library Variables
302302
LIBRARY_NAME: xmsinterp
303-
XMS_VERSION: 6.0.0
303+
XMS_VERSION: 6.1.0
304304
# Conan Variables
305-
CONAN_REFERENCE: xmsinterp/6.0.0
305+
CONAN_REFERENCE: xmsinterp/6.1.0
306306
CONAN_ARCHS: x86_64
307307
CONAN_USERNAME: aquaveo
308308
CONAN_CHANNEL: testing

_package/xms/interp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .api.interpolator import interpolate_to_grid # NOQA: F401
44
from .api.interpolator import interpolate_to_points # NOQA: F401
55

6-
__version__ = '6.0.1'
6+
__version__ = '6.1.0'

0 commit comments

Comments
 (0)