Skip to content

Commit 0900008

Browse files
authored
2.2.0 version (#1029)
1 parent f6d0860 commit 0900008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set(F3D_MINOR_VERSION 2)
3434
set(F3D_PATCH_VERSION 0)
3535
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION})
3636

37-
set(F3D_PATCH_VERSION_EXTRA RC3)
37+
set(F3D_PATCH_VERSION_EXTRA "")
3838
if(F3D_PATCH_VERSION_EXTRA STREQUAL "")
3939
set(F3D_VERSION_FULL ${F3D_VERSION})
4040
else()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "f3d"
77
requires-python = ">=3.7"
8-
version = "2.2.0-RC3"
8+
version = "2.2.0"
99
description = "F3D, a fast and minimalist 3D viewer"
1010
readme = "README.md"
1111
license = {file = "LICENSE.md"}

0 commit comments

Comments
 (0)