Skip to content

Commit 143beba

Browse files
committed
update version and requirements
1 parent 8b019c8 commit 143beba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dynamic = ["version", "description"]
2626
dependencies = [
27-
"pydata-sphinx-theme>=0.14.0,<0.15",
27+
"pydata-sphinx-theme>=0.15.0,<0.16",
2828
"sphinx>=5",
2929
]
3030

src/pymc_sphinx_theme/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A thin sphinx theme to customize pydata-sphinx-theme consistently cross PyMC websites."""
22

3-
__version__ = "0.14.0"
3+
__version__ = "0.15.0"
44

55
from pathlib import Path
66

0 commit comments

Comments
 (0)