From a75039cd68c758796c555955ccddcb46a4807183 Mon Sep 17 00:00:00 2001
From: Hu Zhao <zhao@mbd.rwth-aachen.de>
Date: Fri, 9 Dec 2022 12:40:24 +0100
Subject: [PATCH] docs: add version and release

---
 docs/source/conf.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 504a816..216a780 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,8 +22,9 @@ project = 'psimpy'
 copyright = f'{date.today().year}, Hu Zhao'
 author = 'Hu Zhao'
 
-# import psimpy
-# version = psimpy.__version__
+import psimpy
+version = psimpy.__version__
+release = version
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab