diff --git a/pyproject.toml b/pyproject.toml
index 9337c3b60532feb995774d057d14b4cb6d57d992..4225161f116fb37ed570aa729f420a2aed1f1942 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-BiscuIT-ng = {version = "^1.0a3.dev0", allows-prereleases = true, path = "../../.."}
+BiscuIT-ng = { path = "../../.." }
 
 [build-system]
 requires = ["poetry>=0.12"]