From 4d90fcfc10e6c27e7f8b89c39bc5e13ee4822b72 Mon Sep 17 00:00:00 2001 From: Mathias157 Date: Tue, 21 Jan 2025 17:11:22 +0100 Subject: [PATCH] New version --- docs/conf.py | 2 +- docs/get_started/installation.md | 2 +- environment.yaml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8fb2009..97f8dd7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ project = "pybalmorel" copyright = "2024, Mathias Berg Rosendal, Théodore Le Nalinec" author = "Mathias Berg Rosendal, Théodore Le Nalinec" -release = "0.5.1" +release = "0.5.2" exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".testenv", ".testenv/**"] diff --git a/docs/get_started/installation.md b/docs/get_started/installation.md index b5f9dc8..2469443 100644 --- a/docs/get_started/installation.md +++ b/docs/get_started/installation.md @@ -22,7 +22,7 @@ dependencies: - cartopy>=0.24.1 - pip - pip: - - pybalmorel==0.5.1 + - pybalmorel==0.5.2 - cartopy>=0.24.1 ``` diff --git a/environment.yaml b/environment.yaml index f8f076f..8f1b037 100644 --- a/environment.yaml +++ b/environment.yaml @@ -12,5 +12,5 @@ dependencies: - pytest=8.3.3 - pip - pip: - - pybalmorel==0.5.1 + - pybalmorel==0.5.2 - cartopy>=0.24.1 diff --git a/pyproject.toml b/pyproject.toml index b8343c1..e033026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pybalmorel" -version = "0.5.1" +version = "0.5.2" maintainers = [ { name="Mathias Berg Rosendal", email="mathiasros@gmail.com"}, { name="Théodore Le Nalinec"},