We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7112905 commit 5d6fbc5Copy full SHA for 5d6fbc5
CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
6
7
# Project
8
project(Satisfactory3DMap
9
- VERSION 0.5.2
+ VERSION 0.6.0
10
LANGUAGES CXX)
11
12
# Set a default build type if none was specified
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
name = "satisfactory-save"
-version = "0.5.2"
+version = "0.6.0"
description = "A savegame parsing package for Satisfactory."
readme = "libsavepy/README.md"
requires-python = ">=3.9"
0 commit comments