Skip to content

Commit b86e05e

Browse files
committed
update version
1 parent 39c8473 commit b86e05e

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
@@ -6,7 +6,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
66

77
# Project
88
project(Satisfactory3DMap
9-
VERSION 0.7.1
9+
VERSION 0.8.0
1010
LANGUAGES CXX)
1111

1212
# Set a default build type if none was specified

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "satisfactory-save"
7-
version = "0.7.1"
7+
version = "0.8.0"
88
description = "A savegame parsing package for Satisfactory."
99
readme = "libsavepy/README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)