Skip to content

Commit

Permalink
adjust version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Jul 19, 2024
1 parent 0436543 commit ac4cabf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -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
- ../.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac4cabf

Please sign in to comment.