Skip to content

Commit

Permalink
Bump version: 2022.4.0 → 2022.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Nov 16, 2022
1 parent ad6ecfa commit 3e9c2e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 2022.4.0
current_version = 2022.5.0
commit = True
tag = True

Expand Down
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 = "2022.4.0" %}
{% set version = "2022.5.0" %}

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 @@ -12,7 +12,7 @@
from .utils import gmsh2dolfin
from .utils import space_from_string

__version__ = "2022.4.0"
__version__ = "2022.5.0"
__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 = "2022.4.0"
VERSION = "2022.5.0"

# Where the magic happens:
setup(
Expand Down

0 comments on commit 3e9c2e3

Please sign in to comment.