diff --git a/.bumpversion.cfg b/.bumpversion.cfg index daadc52..aa9f692 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.5.0 [comment] comment = The contents of this file cannot be merged with that of pyproject.toml until https://github.com/c4urself/bump2version/issues/42 is resolved diff --git a/CITATION.cff b/CITATION.cff index 79be467..cd37edf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -44,7 +44,7 @@ authors: orcid: "https://orcid.org/0000-0002-2546-4528" affiliation: "Netherlands eScience Center" -version: "0.4.2" +version: "0.5.0" repository-code: "https://github.com/AI4S2S/lilio" keywords: - calendar diff --git a/docs/conf.py b/docs/conf.py index e485f1f..eac1c24 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # built documents. # # The short X.Y version. -version = "0.4.2" +version = "0.5.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/lilio/__init__.py b/lilio/__init__.py index 6a1a178..79fbd42 100644 --- a/lilio/__init__.py +++ b/lilio/__init__.py @@ -76,7 +76,7 @@ __author__ = "Claire Donnelly" __email__ = "c.donnelly@esciencecenter.nl" -__version__ = "0.4.2" +__version__ = "0.5.0" __all__ = [ "Calendar",