Skip to content

Commit

Permalink
Create release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t committed Mar 18, 2024
1 parent cd787fd commit 1083552
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option(DUNE_PYTHON_ALLOW_GET_PIP "Allow dune-common to install pip into venv" ON

project(
ikarus
VERSION 0.4
VERSION 0.4.1
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion dune.module
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: LGPL-3.0-or-later

Module: ikarus
Version: 0.4
Version: 0.4.1
Maintainer: [email protected]
Python-Requires: matplotlib scipy numpy dune-common dune-grid dune-geometry dune-istl dune-functions
Depends: dune-common dune-grid dune-geometry dune-istl
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# /dune/dune-common/build-cmake/run-in-dune-env python setup.py sdist
# /dune/dune-common/build-cmake/run-in-dune-env python -m twine upload dist/* --verbose

ikarusVersion = "0.4"
ikarusVersion = "0.4.1"
duneVersion = "2.10.0"

metadata = metaData(duneVersion)[1]
Expand Down

0 comments on commit 1083552

Please sign in to comment.