diff --git a/docs/conf.py b/docs/conf.py index 509ccf8..e99835f 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.4.2" +release = "0.4.3" exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".testenv", ".testenv/**"] diff --git a/docs/get_started/installation.md b/docs/get_started/installation.md index 996fcd2..c8daeff 100644 --- a/docs/get_started/installation.md +++ b/docs/get_started/installation.md @@ -21,6 +21,6 @@ dependencies: - ipykernel>=6.29.5 - pip - pip: - - pybalmorel==0.4.2 + - pybalmorel==0.4.3 ``` diff --git a/environment.yaml b/environment.yaml index b5037d8..d5fbd6d 100644 --- a/environment.yaml +++ b/environment.yaml @@ -12,4 +12,4 @@ dependencies: - pytest=8.3.3 - pip - pip: - - pybalmorel==0.4.2 + - pybalmorel==0.4.3 diff --git a/pyproject.toml b/pyproject.toml index f542206..968ccbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pybalmorel" -version = "0.4.2" +version = "0.4.3" maintainers = [ { name="Mathias Berg Rosendal", email="mathiasros@gmail.com"}, { name="Théodore Le Nalinec"},