From ac4cabfa8342cd76c51e5bdfd69cd1fdad8db1b5 Mon Sep 17 00:00:00 2001 From: Mostafa Farrag Date: Fri, 19 Jul 2024 23:51:48 +0200 Subject: [PATCH] adjust version number --- docs/environment.yml | 12 ++++++++++-- docs/source/conf.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/environment.yml b/docs/environment.yml index 780d209..4bfdd78 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -1,6 +1,14 @@ channels: - conda-forge dependencies: - - python >=3.9.0 - pip >=21.3.1 - - matplotlib >=3.4.2,<3.6.0 + - matplotlib >=3.8.4 + - numpy >=2.0.0 + - numpydoc==1.1.0 + - typing-extensions==3.10.* + - pip: + - pydata_sphinx_theme>=0.15.2 + - sphinxcontrib-napoleon + - nbsphinx + - graphviz + - ../. diff --git a/docs/source/conf.py b/docs/source/conf.py index b8a697c..bd3a9b2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ project = "cleopatra" copyright = "2024, Mostafa Farrag" author = "Mostafa Farrag" -release = "0.7.0" +release = "0.4.4" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration