Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
J.R. Angevaare committed Aug 16, 2023
1 parent 745844d commit 9bb37c1
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.3.0
current_version = 1.3.1
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,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '1.3.0'
__version__ = '1.3.1'
__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.3.0"
version = "1.3.1"
dependencies = [
"immutabledict",
"intake-esm",
Expand Down

0 comments on commit 9bb37c1

Please sign in to comment.