Skip to content

Commit e54fb38

Browse files
committed
Bump to version 7.5.1.1 [skip ci]
1 parent e329c4f commit e54fb38

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.5.1.0 LANGUAGES C CXX)
21+
project(pyOCCT VERSION 7.5.1.1 LANGUAGES C CXX)
2222

2323

2424
# --------------------------------------------------------------------------- #
@@ -33,7 +33,7 @@ option(ENABLE_WARNINGS "Disable warning output." OFF)
3333
set(pyOCCT_MAJOR_VERSION 7)
3434
set(pyOCCT_MINOR_VERSION 5)
3535
set(pyOCCT_PATCH_VERSION 1)
36-
set(pyOCCT_TWEAK_VERSION 0)
36+
set(pyOCCT_TWEAK_VERSION 1)
3737

3838
if(WIN32)
3939
set(EXTENSION ".pyd")

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.5.1.0'
20+
__version__ = '7.5.1.1'

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: pyocct
3-
version: 7.5.1.0
3+
version: 7.5.1.1
44

55
source:
66
path: ../..

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='OCCT',
5-
version='7.5.1.0',
5+
version='7.5.1.1',
66
packages=['OCCT', 'OCCT.Exchange', 'OCCT.Visualization'],
77
package_data={'OCCT': ['*.so', '*.pyd', '*.dll', 'Visualization/_resources/*']},
88
author='Trevor Laughlin',

0 commit comments

Comments
 (0)