We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292105b commit 95f2a36Copy full SHA for 95f2a36
ffcx/codegeneration/ufcx.h
@@ -10,7 +10,7 @@
10
#pragma once
11
12
#define UFCX_VERSION_MAJOR 0
13
-#define UFCX_VERSION_MINOR 7
+#define UFCX_VERSION_MINOR 8
14
#define UFCX_VERSION_MAINTENANCE 0
15
#define UFCX_VERSION_RELEASE 0
16
setup.cfg
@@ -2,7 +2,7 @@
2
# future
3
[metadata]
4
name = fenics-ffcx
5
-version = 0.7.0.dev0
+version = 0.8.0.dev0
6
author = FEniCS Project Contributors
7
email = [email protected]
8
maintainer = FEniCS Project Steering Council
@@ -46,8 +46,8 @@ install_requires =
46
numpy
47
cffi
48
setuptools
49
- fenics-basix >= 0.7.0.dev0, <0.8.0
50
- fenics-ufl >= 2023.2.0.dev0, <2023.3.0
+ fenics-basix >= 0.8.0.dev0, <0.9.0
+ fenics-ufl >= 2023.3.0.dev0, <2023.4.0
51
52
[options.extras_require]
53
docs = sphinx; sphinx_rtd_theme
0 commit comments