diff --git a/README.md b/README.md
index bdbbe90..9ac0e74 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ Finally, you convert this policy into an sandbox (eBPF instrumentation script) t
Tested on Ubuntu, Debian, Rocky (Linux x86/AMD/ARM) and MacOS in (x86/M1). If you run on MacOS you will need to disable SIP for dtrace.
## With Docker
-For quicker evaluation, we recommend using the Docker image instead of self-installing.
+For quicker evaluation, we recommend using the Secimport Docker Image instead of self-installing.
- Build and run the Docker container with a custom kernel that matches your existing OS kernel version:
```
cd docker/ && ./build.sh && ./run.sh
diff --git a/pyproject.toml b/pyproject.toml
index 7e98059..eea9c6a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "secimport"
-version = "0.8.2"
+version = "0.9.1"
description = "A sandbox/supervisor for python modules."
authors = ["Avi Lumelsky"]
license = "MIT"