Skip to content

Commit

Permalink
feat: bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Mar 27, 2023
1 parent 5d9d80b commit 25dc567
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 = 0.5.0
current_version = 0.6.0
commit = True
tag = True
message = feat: bump version to {new_version}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project = "InVEST urban cooling model calibration"
author = "Martí Bosch"

__version__ = "0.5.0"
__version__ = "0.6.0"
version = __version__
release = __version__

Expand Down
2 changes: 1 addition & 1 deletion invest_ucm_calibration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from . import settings

__version__ = "0.5.0"
__version__ = "0.6.0"


# utils
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from setuptools import find_packages, setup

__version__ = "0.5.0"
__version__ = "0.6.0"

_description = (
"Automated calibration of the InVEST urban cooling model with"
Expand Down

0 comments on commit 25dc567

Please sign in to comment.