Skip to content
Snippets Groups Projects
Commit f8378fbc authored by Jan Möbius's avatar Jan Möbius
Browse files

Bumped versions

parent 3769970c
No related branches found
No related tags found
No related merge requests found
Pipeline #24834 passed
cmake_minimum_required(VERSION 3.10.0)
project(openmesh
VERSION 1.2.1
VERSION 1.3.0
LANGUAGES CXX )
set(CMAKE_CXX_STANDARD 17)
......
......@@ -81,7 +81,7 @@ class CMakeBuild(build_ext):
setup(
name='openmesh',
version="1.2.1",
version="1.3.0",
author='Alexander Dielen, Isaak Lim, Janis Born',
author_email='vci-pypi@cs.rwth-aachen.de',
description='a versatile halfedge-based data structure for representing and manipulating polygon meshes',
......@@ -97,7 +97,7 @@ setup(
url='https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/openmesh-python',
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.11',
'Topic :: Multimedia :: Graphics',
],
project_urls={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment