Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Nov 14, 2023
1 parent 9c1b326 commit 6469e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.19)

# ------------------------------------------------------------------------------
# Set project name and version number
project(DOLFINX VERSION "0.7.1")
project(DOLFINX VERSION "0.7.2")

set(DOXYGEN_DOLFINX_VERSION
${DOLFINX_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
print("Python 3.8 or higher required, please upgrade.")
sys.exit(1)

VERSION = "0.7.1"
VERSION = "0.7.2"

REQUIREMENTS = [
"cffi",
Expand Down

0 comments on commit 6469e1b

Please sign in to comment.