Skip to content

Commit

Permalink
update version and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jul 12, 2024
1 parent 8b019c8 commit 143beba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dynamic = ["version", "description"]
dependencies = [
"pydata-sphinx-theme>=0.14.0,<0.15",
"pydata-sphinx-theme>=0.15.0,<0.16",
"sphinx>=5",
]

Expand Down
2 changes: 1 addition & 1 deletion src/pymc_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A thin sphinx theme to customize pydata-sphinx-theme consistently cross PyMC websites."""

__version__ = "0.14.0"
__version__ = "0.15.0"

from pathlib import Path

Expand Down

0 comments on commit 143beba

Please sign in to comment.