Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-h committed Oct 1, 2024
1 parent 965c698 commit 5884a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)

# Project
project(Satisfactory3DMap
VERSION 0.7.0
VERSION 0.7.1
LANGUAGES CXX)

# Set a default build type if none was specified
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "satisfactory-save"
version = "0.7.0"
version = "0.7.1"
description = "A savegame parsing package for Satisfactory."
readme = "libsavepy/README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 5884a59

Please sign in to comment.