diff --git a/Makefile b/Makefile
index 808279e4178abe91035db1cc166906488e594e45..ea9dc9d9a00177dfd6a0b054b4e52e56f0097828 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ dist:
 	python3 setup.py bdist_wheel upload
 
 docs:
-	sphinx-apidoc -d 6 -e -f -o docs beem*
+	sphinx-apidoc -d 6 -e -f -o docs . *.py tests
 	make -C docs clean html
 
 release: clean check dist git
diff --git a/README.rst b/README.rst
index a686c2a9215f9545862691b877dabb137134687e..3d5ef0448a67da3e9ab20fd5bacada307d767381 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@ beem - Unofficial Python 3 Library for Steem
 !!!Alpha-State, be carefull!!!
 
 beem is an unofficial python 3 library for steem, which is created new from scratch from https://github.com/xeroc/python-bitshares.
-The library name is derived from a beam maschine, similar to the analogy between steem and steam. beem depends on 
+The library name is derived from a beam maschine, similar to the analogy between steem and steam. beem depends on https://github.com/xeroc/python-graphenelib.
 
 .. image:: https://img.shields.io/pypi/v/beem.svg
     :target: https://pypi.python.org/pypi/beem/
diff --git a/beem/version.py b/beem/version.py
new file mode 100644
index 0000000000000000000000000000000000000000..bb85aea4609b756833e147b638a995f2b9d601f0
--- /dev/null
+++ b/beem/version.py
@@ -0,0 +1,3 @@
+
+# THIS FILE IS GENERATED FROM beem SETUP.PY
+version = '0.19.4'
diff --git a/beemapi/version.py b/beemapi/version.py
new file mode 100644
index 0000000000000000000000000000000000000000..bb85aea4609b756833e147b638a995f2b9d601f0
--- /dev/null
+++ b/beemapi/version.py
@@ -0,0 +1,3 @@
+
+# THIS FILE IS GENERATED FROM beem SETUP.PY
+version = '0.19.4'
diff --git a/beembase/version.py b/beembase/version.py
new file mode 100644
index 0000000000000000000000000000000000000000..bb85aea4609b756833e147b638a995f2b9d601f0
--- /dev/null
+++ b/beembase/version.py
@@ -0,0 +1,3 @@
+
+# THIS FILE IS GENERATED FROM beem SETUP.PY
+version = '0.19.4'