1 parent ad6ecfa commit 3e9c2e3Copy full SHA for 3e9c2e3
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2022.4.0
+current_version = 2022.5.0
3
commit = True
4
tag = True
5
conda.recipe/meta.yaml
@@ -1,4 +1,4 @@
-{% set version = "2022.4.0" %}
+{% set version = "2022.5.0" %}
package:
name: ldrb
ldrb/__init__.py
@@ -12,7 +12,7 @@
12
from .utils import gmsh2dolfin
13
from .utils import space_from_string
14
15
-__version__ = "2022.4.0"
+__version__ = "2022.5.0"
16
__author__ = "Henrik Finsberg (henriknf@simula.no)"
17
18
__all__ = [
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-VERSION = "2022.4.0"
+VERSION = "2022.5.0"
# Where the magic happens:
6
setup(
0 commit comments