Skip to content

Commit

Permalink
Bump development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 14, 2024
1 parent 894e36b commit 41a9baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build-and-test:
runs-on: ubuntu-latest
container: ghcr.io/fenics/dolfinx/lab:v0.9.0
container: ghcr.io/fenics/dolfinx/lab:nightly

env:
PYVISTA_OFF_SCREEN: true
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "pip>=23.1"]

[project]
name = "dolfinx-external-operator"
version = "0.9.0"
version = "0.10.0.dev0"
description = "An implementation of ufl.ExternalOperator for DOLFINx"
authors = [
{ name = "Andrey Latyshev", email = "[email protected]" },
Expand All @@ -12,8 +12,8 @@ authors = [
license = { file = "LICENSE" }
readme = "README.md"
dependencies = [
"fenics-dolfinx>=0.9.0,<0.10.0",
"fenics-ufl>=2024.2.0,<2024.3.0",
"fenics-dolfinx>=0.10.0.dev0,<=0.11.0",
"fenics-ufl>=2024.3.0.dev0,<=2024.4.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 41a9baa

Please sign in to comment.