Skip to content

Commit c7f28a5

Browse files
committed
edits towards a signle source of version
1 parent 21a0119 commit c7f28a5

4 files changed

Lines changed: 10618 additions & 10015 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9+
910
project = 'ionique'
1011
copyright = '2025, Ali Fallahi, Dinara Boyko, Wanunu Lab'
1112
author = 'Ali Fallahi, Dinara Boyko'
12-
release = '0.1.0'
13+
import ionique
14+
release = ionique.__version__
15+
version = release
1316

1417
# -- General configuration ---------------------------------------------------
1518
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)