Skip to content

Commit 10246db

Browse files
committed
Fix docs version
1 parent b4ff56e commit 10246db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'sphinx_autodoc_typehints',
1111
'myst_parser',
1212
]
13-
version = release = '.'.join(map(str, aioacme.__version_tuple__[:3]))
13+
version = release = aioacme.__version__
1414

1515
templates_path = ['_templates']
1616
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

0 commit comments

Comments
 (0)