We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d0860 commit 0900008Copy full SHA for 0900008
CMakeLists.txt
@@ -34,7 +34,7 @@ set(F3D_MINOR_VERSION 2)
34
set(F3D_PATCH_VERSION 0)
35
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION})
36
37
-set(F3D_PATCH_VERSION_EXTRA RC3)
+set(F3D_PATCH_VERSION_EXTRA "")
38
if(F3D_PATCH_VERSION_EXTRA STREQUAL "")
39
set(F3D_VERSION_FULL ${F3D_VERSION})
40
else()
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
5
[project]
6
name = "f3d"
7
requires-python = ">=3.7"
8
-version = "2.2.0-RC3"
+version = "2.2.0"
9
description = "F3D, a fast and minimalist 3D viewer"
10
readme = "README.md"
11
license = {file = "LICENSE.md"}
0 commit comments