Skip to content

Commit

Permalink
Bump versions (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Oct 29, 2024
1 parent 0a32e4e commit c200725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ requires = ["setuptools>=61.0.0", "wheel"]

[project]
name = "adios4dolfinx"
version = "0.8.1.post0"
version = "0.9.0"
description = "Checkpointing functionality for DOLFINx meshes/functions with ADIOS2"
authors = [{ name = "Jørgen S. Dokken", email = "dokken@simula.no" }]
license = { file = "LICENSE" }
readme = "README.md"
dependencies = ["fenics-dolfinx>=0.8.0"]
dependencies = ["fenics-dolfinx>=0.9.0"]

[project.optional-dependencies]
test = ["pytest", "coverage", "ipyparallel"]
Expand Down

0 comments on commit c200725

Please sign in to comment.