We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04856fa commit 45cb40cCopy full SHA for 45cb40c
CMakeLists.txt
@@ -14,7 +14,7 @@ set(CMAKE_INSTALL_LIBDIR lib CACHE PATH "Output directory for libraries")
14
set(SMESH_VERSION_MAJOR 9)
15
set(SMESH_VERSION_MINOR 6)
16
set(SMESH_VERSION_PATCH 0)
17
-set(SMESH_VERSION_TWEAK 0)
+set(SMESH_VERSION_TWEAK 1)
18
19
# Build shared libraries
20
set(BUILD_SHARED_LIBS TRUE)
ci/conda/meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: smesh4pyocct
3
- version: "9.6.0.0"
+ version: "9.6.0.1"
4
5
source:
6
path: ../..
0 commit comments