Skip to content

Commit 95f2a36

Browse files
authored
Bump version to 0.8.0.dev0 (#621)
* Bump version to 0.8.0.dev0 * Bump dependencies
1 parent 292105b commit 95f2a36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ffcx/codegeneration/ufcx.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#pragma once
1111

1212
#define UFCX_VERSION_MAJOR 0
13-
#define UFCX_VERSION_MINOR 7
13+
#define UFCX_VERSION_MINOR 8
1414
#define UFCX_VERSION_MAINTENANCE 0
1515
#define UFCX_VERSION_RELEASE 0
1616

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# future
33
[metadata]
44
name = fenics-ffcx
5-
version = 0.7.0.dev0
5+
version = 0.8.0.dev0
66
author = FEniCS Project Contributors
77
88
maintainer = FEniCS Project Steering Council
@@ -46,8 +46,8 @@ install_requires =
4646
numpy
4747
cffi
4848
setuptools
49-
fenics-basix >= 0.7.0.dev0, <0.8.0
50-
fenics-ufl >= 2023.2.0.dev0, <2023.3.0
49+
fenics-basix >= 0.8.0.dev0, <0.9.0
50+
fenics-ufl >= 2023.3.0.dev0, <2023.4.0
5151

5252
[options.extras_require]
5353
docs = sphinx; sphinx_rtd_theme

0 commit comments

Comments
 (0)