Skip to content

Commit

Permalink
Bump version: 1.4.1 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
J.R. Angevaare committed Sep 6, 2023
1 parent e912502 commit bd0e443
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.4.1
current_version = 1.5.0
files = pyproject.toml optim_esm_tools/__init__.py
commit = True
tag = True
2 changes: 1 addition & 1 deletion optim_esm_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.4.1'
__version__ = '1.5.0'
__author__ = 'Joran R. Angevaare'

from . import utils
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "optim_esm_tools"
version = "1.4.1"
version = "1.5.0"
dependencies = [
"immutabledict",
"intake-esm",
Expand Down

0 comments on commit bd0e443

Please sign in to comment.