Skip to content

Commit 6469e1b

Browse files
committed
Bump versions
1 parent 9c1b326 commit 6469e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.19)
44

55
# ------------------------------------------------------------------------------
66
# Set project name and version number
7-
project(DOLFINX VERSION "0.7.1")
7+
project(DOLFINX VERSION "0.7.2")
88

99
set(DOXYGEN_DOLFINX_VERSION
1010
${DOLFINX_VERSION}

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
print("Python 3.8 or higher required, please upgrade.")
1212
sys.exit(1)
1313

14-
VERSION = "0.7.1"
14+
VERSION = "0.7.2"
1515

1616
REQUIREMENTS = [
1717
"cffi",

0 commit comments

Comments
 (0)