Skip to content

Commit

Permalink
Bump version: 2023.3.0 → 2023.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Aug 2, 2023
1 parent 8c8e674 commit 4b40770
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2023.3.0
current_version = 2023.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
given-names: "Henrik"
orcid: "https://orcid.org/0000-0003-3766-2393"
title: "Laplace-Dirichlet Rule-Based (LDRB) algorithm for assigning myocardial fiber orientations"
version: "2023.3.0"
version: "2023.3.1"
date-released: 2022-11-16
url: "https://github.com/finsberg/ldrb"
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2023.3.0" %}
{% set version = "2023.3.1" %}

package:
name: ldrb
Expand Down
2 changes: 1 addition & 1 deletion ldrb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .save import fun_to_xdmf
from .utils import space_from_string

__version__ = "2023.3.0"
__version__ = "2023.3.1"
__author__ = "Henrik Finsberg (henriknf@simula.no)"

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "2023.3.0"
VERSION = "2023.3.1"

# Where the magic happens:
setup(
Expand Down

0 comments on commit 4b40770

Please sign in to comment.