Skip to content

Commit

Permalink
Bump version to 7.5.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
trelau committed Sep 20, 2021
1 parent 66eaf88 commit 82fb6a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
cmake_minimum_required(VERSION 3.15...3.20)
project(pyOCCT VERSION 7.5.2.0 LANGUAGES C CXX)
project(pyOCCT VERSION 7.5.2.1 LANGUAGES C CXX)


# --------------------------------------------------------------------------- #
Expand All @@ -33,7 +33,7 @@ option(ENABLE_WARNINGS "Disable warning output." OFF)
set(pyOCCT_MAJOR_VERSION 7)
set(pyOCCT_MINOR_VERSION 5)
set(pyOCCT_PATCH_VERSION 2)
set(pyOCCT_TWEAK_VERSION 0)
set(pyOCCT_TWEAK_VERSION 1)

if(WIN32)
set(EXTENSION ".pyd")
Expand Down
2 changes: 1 addition & 1 deletion OCCT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
__version__ = '7.5.2.0'
__version__ = '7.5.2.1'
2 changes: 1 addition & 1 deletion ci/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pyocct
version: 7.5.2.0
version: 7.5.2.1

source:
path: ../..
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='OCCT',
version='7.5.2.0',
version='7.5.2.1',
packages=['OCCT', 'OCCT.Exchange', 'OCCT.Visualization'],
package_data={'OCCT': ['*.so', '*.pyd', '*.dll', 'Visualization/_resources/*']},
author='Trevor Laughlin',
Expand Down

0 comments on commit 82fb6a1

Please sign in to comment.