Skip to content

Commit 45cb40c

Browse files
committed
Bump version to 9.6.0.1
1 parent 04856fa commit 45cb40c

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
@@ -14,7 +14,7 @@ set(CMAKE_INSTALL_LIBDIR lib CACHE PATH "Output directory for libraries")
1414
set(SMESH_VERSION_MAJOR 9)
1515
set(SMESH_VERSION_MINOR 6)
1616
set(SMESH_VERSION_PATCH 0)
17-
set(SMESH_VERSION_TWEAK 0)
17+
set(SMESH_VERSION_TWEAK 1)
1818

1919
# Build shared libraries
2020
set(BUILD_SHARED_LIBS TRUE)

ci/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: smesh4pyocct
3-
version: "9.6.0.0"
3+
version: "9.6.0.1"
44

55
source:
66
path: ../..

0 commit comments

Comments
 (0)