Skip to content

Commit b021b14

Browse files
committed
Update to 7.9.3
1 parent 6f6cc61 commit b021b14

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# License along with this library; if not, write to the Free Software
1919
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
cmake_minimum_required(VERSION 3.15...3.20)
21-
project(pyOCCT VERSION 7.9.2.0 LANGUAGES C CXX)
21+
project(pyOCCT VERSION 7.9.3.0 LANGUAGES C CXX)
2222

2323

2424
# --------------------------------------------------------------------------- #
@@ -34,7 +34,7 @@ option(USE_VTK "Use VTK" OFF)
3434
# --------------------------------------------------------------------------- #
3535
set(pyOCCT_MAJOR_VERSION 7)
3636
set(pyOCCT_MINOR_VERSION 9)
37-
set(pyOCCT_PATCH_VERSION 2)
37+
set(pyOCCT_PATCH_VERSION 3)
3838
set(pyOCCT_TWEAK_VERSION 0)
3939

4040
if(WIN32)

OCCT/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# You should have received a copy of the GNU Lesser General Public
1818
# License along with this library; if not, write to the Free Software
1919
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20-
__version__ = '7.9.2.0'
20+
__version__ = '7.9.3.0'

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python=3.13
66
- clangdev
77
- python-clang
8-
- occt ==7.9.2=*novtk*
8+
- occt ==7.9.3=*novtk*
99
- sel(linux): libcxx-devel
1010
- tbb-devel
1111
- rapidjson

ci/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
context:
2-
version: 7.9.2
2+
version: 7.9.3
33
package:
44
name: pyocct
55
version: '{{version}}'

0 commit comments

Comments
 (0)