Skip to content

Commit f1c5c4e

Browse files
committed
Merge branch 'publishing'
2 parents 7e14554 + 2fae372 commit f1c5c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build-docs:
1313
runs-on: ubuntu-latest
14-
container: dolfinx/dolfinx:nightly
14+
container: ghcr.io/fenics/dolfinx/dolfinx:v0.8.0
1515

1616
env:
1717
PYVISTA_TRAME_SERVER_PROXY_PREFIX: "/proxy/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "pip>=23.1"]
33

44
[project]
55
name = "dolfinx-external-operator"
6-
version = "0.9.0.dev0"
6+
version = "0.8.0"
77
description = "An implementation of ufl.ExternalOperator for DOLFINx"
88
authors = [
99
{ name = "Andrey Latyshev", email = "andrey.latyshev@uni.lu" },

0 commit comments

Comments
 (0)