Skip to content

Commit

Permalink
bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Aug 26, 2024
1 parent 6758c94 commit d0a5fee
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.1 LANGUAGES Fortran C)
project(pygetm VERSION 0.9.2 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.1"
version = "0.9.2"
authors = [
{name = "Jorn Bruggeman", email = "[email protected]"},
{name = "Karsten Bolding", email = "[email protected]"}
Expand Down

0 comments on commit d0a5fee

Please sign in to comment.