Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Jun 13, 2022
1 parent b12dd44 commit 8206857
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/XmsInterp-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
env:
# Library Variables
LIBRARY_NAME: xmsinterp
XMS_VERSION: 6.0.0
XMS_VERSION: 6.1.0
# Conan Variables
CONAN_REFERENCE: xmsinterp/6.0.0
CONAN_REFERENCE: xmsinterp/6.1.0
CONAN_ARCHS: x86_64
CONAN_USERNAME: aquaveo
CONAN_CHANNEL: testing
Expand Down Expand Up @@ -171,9 +171,9 @@ jobs:
env:
# Library Variables
LIBRARY_NAME: xmsinterp
XMS_VERSION: 6.0.0
XMS_VERSION: 6.1.0
# Conan Variables
CONAN_REFERENCE: xmsinterp/6.0.0
CONAN_REFERENCE: xmsinterp/6.1.0
CONAN_ARCHS: x86_64
CONAN_USERNAME: aquaveo
CONAN_CHANNEL: testing
Expand Down Expand Up @@ -300,9 +300,9 @@ jobs:
MATRIX_NAME: ${{ matrix.platform }}-VS${{ matrix.compiler-version }}-${{ matrix.build_type }}
# Library Variables
LIBRARY_NAME: xmsinterp
XMS_VERSION: 6.0.0
XMS_VERSION: 6.1.0
# Conan Variables
CONAN_REFERENCE: xmsinterp/6.0.0
CONAN_REFERENCE: xmsinterp/6.1.0
CONAN_ARCHS: x86_64
CONAN_USERNAME: aquaveo
CONAN_CHANNEL: testing
Expand Down
2 changes: 1 addition & 1 deletion _package/xms/interp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .api.interpolator import interpolate_to_grid # NOQA: F401
from .api.interpolator import interpolate_to_points # NOQA: F401

__version__ = '6.0.1'
__version__ = '6.1.0'

0 comments on commit 8206857

Please sign in to comment.