Skip to content

Commit 8c781de

Browse files
Igor S. Gerasimovfoxtran
authored andcommitted
Bump version
1 parent 044348e commit 8c781de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.22)
22

33
project(SLB4MPI
4-
VERSION 0.0.1
4+
VERSION 0.0.2
55
DESCRIPTION "Simple load balancers for MPI")
66

77
option(SLB4MPI_ENABLE_CXX "Enable C++-implemented load balancer" OFF)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ To use SLB4MPI from your project, add the following lines into your `CMakeLists.
179179
include(FetchContent)
180180
FetchContent_Declare(SLB4MPI
181181
GIT_REPOSITORY https://github.com/foxtran/SLB4MPI.git
182-
GIT_TAG 0.0.1
182+
GIT_TAG 0.0.2
183183
)
184184
FetchContent_MakeAvailable(SLB4MPI)
185185
FetchContent_GetProperties(SLB4MPI SOURCE_DIR SLB4MPI_SOURCE_DIR)

0 commit comments

Comments
 (0)