diff --git a/CMakeLists.txt b/CMakeLists.txt index d14134747b3d..4f202808aeb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endif(POLICY CMP0135) # Set here the version number **** only update upon tagging a release! set (KratosMultiphysics_MAJOR_VERSION 10) -set (KratosMultiphysics_MINOR_VERSION 0) +set (KratosMultiphysics_MINOR_VERSION 1) set (KratosMultiphysics_PATCH_VERSION 0) # If KRATOS_SOURCE_DIR is not defined use the CMAKE_SOURCE_DIR diff --git a/scripts/wheels/linux/build.sh b/scripts/wheels/linux/build.sh index 199be17ddec1..c9247e935592 100644 --- a/scripts/wheels/linux/build.sh +++ b/scripts/wheels/linux/build.sh @@ -1,6 +1,6 @@ #!/bin/bash PYTHONS=("cp38" "cp39" "cp310" "cp311" "cp12") -export KRATOS_VERSION="10.0.0" +export KRATOS_VERSION="10.1.0" BASE_LD_LIBRARY_PATH=$LD_LIBRARY_PATH export KRATOS_ROOT="/workspace/kratos/Kratos" diff --git a/scripts/wheels/linux/build_mpi.sh b/scripts/wheels/linux/build_mpi.sh index 5e2b84ec829d..f0639df9fdfa 100644 --- a/scripts/wheels/linux/build_mpi.sh +++ b/scripts/wheels/linux/build_mpi.sh @@ -1,6 +1,6 @@ #!/bin/bash PYTHONS=("cp38" "cp39" "cp310" "cp311" "cp312") -export KRATOS_VERSION="10.0.0" +export KRATOS_VERSION="10.1.0" BASE_LD_LIBRARY_PATH=$LD_LIBRARY_PATH export KRATOS_ROOT="/workspace/kratos/Kratos" diff --git a/scripts/wheels/windows/build.ps1 b/scripts/wheels/windows/build.ps1 index 936a7b3fa4a6..599030b9354d 100644 --- a/scripts/wheels/windows/build.ps1 +++ b/scripts/wheels/windows/build.ps1 @@ -1,7 +1,7 @@ param([System.String]$cotire="OFF") $pythons = "38", "39", "310", "311", "312" -$env:kratos_version = "10.0.0" +$env:kratos_version = "10.1.0" $kratosRoot = "c:\kratos\kratos" $env:kratos_root = $kratosRoot