Skip to content

Commit 3e9c2e3

Browse files
committed
Bump version: 2022.4.0 → 2022.5.0
1 parent ad6ecfa commit 3e9c2e3

4 files changed

Lines changed: 4 additions & 4 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 = 2022.4.0
2+
current_version = 2022.5.0
33
commit = True
44
tag = True
55

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 = "2022.4.0" %}
1+
{% set version = "2022.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
@@ -12,7 +12,7 @@
1212
from .utils import gmsh2dolfin
1313
from .utils import space_from_string
1414

15-
__version__ = "2022.4.0"
15+
__version__ = "2022.5.0"
1616
__author__ = "Henrik Finsberg (henriknf@simula.no)"
1717

1818
__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 = "2022.4.0"
3+
VERSION = "2022.5.0"
44

55
# Where the magic happens:
66
setup(

0 commit comments

Comments
 (0)