diff --git a/__init__.py b/boltz_client/__init__.py similarity index 100% rename from __init__.py rename to boltz_client/__init__.py diff --git a/pyproject.toml b/pyproject.toml index 02ec4f1..d2e8913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boltz_client" -version = "0.0.8" +version = "0.0.9" description = "python boltz client" license = "MIT" authors = ["dni "]