Skip to content

Commit c817bee

Browse files
committed
add version number to documentation
1 parent 9685609 commit c817bee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# -- Options for HTML output -------------------------------------------------
4444
html_theme = 'furo'
45-
html_title = "FeOs"
45+
html_title = f'FeOs v{feos.__version__}'
4646
html_static_path = ['_static']
4747
html_css_files = [
4848
'style.css',

py-feos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dynamic = [
1111
]
1212
requires-python = ">=3.10"
1313
dependencies = [
14-
"si_units>=0.11.0",
14+
"si-units>=0.11.0",
1515
]
1616

1717
[build-system]

0 commit comments

Comments
 (0)