Skip to content

Commit 7399c51

Browse files
committed
Bump version: 2023.4.0 → 2023.5.0
1 parent de9093d commit 7399c51

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2023.4.0
2+
current_version = 2023.5.0
33
commit = True
44
tag = True
55

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors:
55
given-names: "Henrik"
66
orcid: "https://orcid.org/0000-0003-3766-2393"
77
title: "Laplace-Dirichlet Rule-Based (LDRB) algorithm for assigning myocardial fiber orientations"
8-
version: "2023.4.0"
8+
version: "2023.5.0"
99
date-released: 2022-11-16
1010
url: "https://github.com/finsberg/ldrb"

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2023.4.0" %}
1+
{% set version = "2023.5.0" %}
22

33
package:
44
name: ldrb

ldrb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .save import fun_to_xdmf
1010
from .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__ = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = "2023.4.0"
3+
VERSION = "2023.5.0"
44

55
# Where the magic happens:
66
setup(

0 commit comments

Comments
 (0)