diff --git a/HISTORY.rst b/HISTORY.rst index ead62392..2ece7b4a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ History ======= -v0.5.0 (unreleased) +v0.5.0 (2023-06-19) ------------------- Contributors to this version: Juliette Lavoie (:user: `juliettelavoie`), Trevor James Smith (:user:`Zeitsperre`). diff --git a/miranda/__init__.py b/miranda/__init__.py index e69ea023..c12cb661 100644 --- a/miranda/__init__.py +++ b/miranda/__init__.py @@ -17,7 +17,7 @@ __author__ = "Trevor James Smith" __email__ = "smith.trevorj@ouranos.ca" -__version__ = "0.4.7-beta" +__version__ = "0.5.0" from . import ( diff --git a/setup.cfg b/setup.cfg index ab406880..142598f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.7-beta +current_version = 0.5.0 commit = True tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)(\-(?P[a-z]+))?