File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2023.4 .0
2+ current_version = 2023.5 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 55 given-names : " Henrik"
66 orcid : " https://orcid.org/0000-0003-3766-2393"
77title : " Laplace-Dirichlet Rule-Based (LDRB) algorithm for assigning myocardial fiber orientations"
8- version : " 2023.4 .0"
8+ version : " 2023.5 .0"
99date-released : 2022-11-16
1010url : " https://github.com/finsberg/ldrb"
Original file line number Diff line number Diff line change 1- {% set version = "2023.4 .0" %}
1+ {% set version = "2023.5 .0" %}
22
33package :
44 name : ldrb
Original file line number Diff line number Diff line change 99from .save import fun_to_xdmf
1010from .utils import space_from_string
1111
12- __version__ = "2023.4 .0"
12+ __version__ = "2023.5 .0"
1313__author__ = "Henrik Finsberg (henriknf@simula.no)"
1414
1515__all__ = [
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- VERSION = "2023.4 .0"
3+ VERSION = "2023.5 .0"
44
55# Where the magic happens:
66setup (
You can’t perform that action at this time.
0 commit comments