We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4faca41 commit 5002a46Copy full SHA for 5002a46
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.1
+current_version = 1.3.2
3
commit = True
4
tag = True
5
CMakeLists.txt
@@ -5,7 +5,7 @@ else()
cmake_policy(SET CMP0074 NEW)
6
endif()
7
8
-project("sycomore" VERSION 1.3.1)
+project("sycomore" VERSION 1.3.2)
9
10
option(BUILD_SHARED_LIBS "Build Sycomore with shared libraries." ON)
11
option(BUILD_TESTING "Build unit tests." ON)
0 commit comments