Skip to content

Commit

Permalink
bump to 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jan 30, 2025
1 parent f9f414d commit 38aba83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.15)

# Create main project.
project(pygetm VERSION 0.9.10 LANGUAGES Fortran C)
project(pygetm VERSION 0.9.12 LANGUAGES Fortran C)

# Specify position-independent code since we will build a shared library.
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygetm"
version = "0.9.10"
version = "0.9.12"
authors = [
{name = "Jorn Bruggeman", email = "[email protected]"},
{name = "Karsten Bolding", email = "[email protected]"}
Expand Down

0 comments on commit 38aba83

Please sign in to comment.