We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1b326 commit 6469e1bCopy full SHA for 6469e1b
cpp/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.19)
4
5
# ------------------------------------------------------------------------------
6
# Set project name and version number
7
-project(DOLFINX VERSION "0.7.1")
+project(DOLFINX VERSION "0.7.2")
8
9
set(DOXYGEN_DOLFINX_VERSION
10
${DOLFINX_VERSION}
python/setup.py
@@ -11,7 +11,7 @@
11
print("Python 3.8 or higher required, please upgrade.")
12
sys.exit(1)
13
14
-VERSION = "0.7.1"
+VERSION = "0.7.2"
15
16
REQUIREMENTS = [
17
"cffi",
0 commit comments