diff --git a/docs/conf.py b/docs/conf.py
index 394969bf92bc5070831828f2dd99a05640b78061..a22efd8b00d18686e28cf5b0a8da82ba2c0894bd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -21,9 +21,9 @@ project = 'snakehouse'
 copyright = '2020-2021 SMOK sp. z o. o.'
 author = 'Piotr Maślanka'
 
-from snakehouse import __version__
+
 # The full version, including alpha/beta/rc tags
-release = __version__
+release = '2.0'
 
 
 # -- General configuration ---------------------------------------------------