Skip to content

Commit 617708d

Browse files
committed
chore: bump version to 0.1.6
1 parent e615dd9 commit 617708d

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
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
44

55
project(
66
cxxmpi
7-
VERSION 0.1.5
7+
VERSION 0.1.6
88
DESCRIPTION "Modern C++ wrapper for MPI"
99
HOMEPAGE_URL "https://github.com/range3/cxxmpi"
1010
LANGUAGES CXX

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cxxmpi",
3-
"version-semver": "0.1.5",
3+
"version-semver": "0.1.6",
44
"dependencies": [],
55
"default-features": [],
66
"features": {

0 commit comments

Comments
 (0)