We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482ed02 commit 538e1ceCopy full SHA for 538e1ce
CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
6
7
# Project
8
project(Satisfactory3DMap
9
- VERSION 0.6.0
+ VERSION 0.7.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.6.0"
+version = "0.7.0"
description = "A savegame parsing package for Satisfactory."
readme = "libsavepy/README.md"
requires-python = ">=3.9"
0 commit comments