diff --git a/lexicon_overlap_score/__init__.py b/lexicon_overlap_score/__init__.py
index 528444ea26ce0a95894700b1ed4caaa8a8f15850..2d24b490b172a5cd33cfc0d100857f28b306215a 100644
--- a/lexicon_overlap_score/__init__.py
+++ b/lexicon_overlap_score/__init__.py
@@ -1 +1 @@
-from los import simple, binary, score
\ No newline at end of file
+from .los import simple, binary, score
\ No newline at end of file
diff --git a/lexicon_overlap_score/__pycache__/__init__.cpython-37.pyc b/lexicon_overlap_score/__pycache__/__init__.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..61b666b01fc483e26249c76866575b4777470eb5
Binary files /dev/null and b/lexicon_overlap_score/__pycache__/__init__.cpython-37.pyc differ
diff --git a/lexicon_overlap_score/__pycache__/los.cpython-37.pyc b/lexicon_overlap_score/__pycache__/los.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..07421997cb947fca6e7175192f3db73b4b6d892d
Binary files /dev/null and b/lexicon_overlap_score/__pycache__/los.cpython-37.pyc differ
diff --git a/setup.py b/setup.py
index cb0ee8cf9becdcbbe49bc2a2da7736cab453e683..427ea0f2d439d7df94809d6cdc9ff9fa538d0aba 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="lexicon_overlap_score", # Replace with your own username
- version="0.0.1",
+ version="0.0.3",
author="Felix Welter",
author_email="felixwelter@gmail.com",
description="Functions for calculation of the lexicon overlap score",