diff --git a/README.md b/README.md
index 3217889..9bcb169 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ The module deploys Karpenter needed AWS resources, namely in IAM. It copies the
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.72.1 |
+| [aws](#provider\_aws) | 5.73.0 |
| [helm](#provider\_helm) | 2.16.1 |
| [kubectl](#provider\_kubectl) | 1.14.0 |
diff --git a/version.tf b/version.tf
index 3ae0d94..5e91d6d 100644
--- a/version.tf
+++ b/version.tf
@@ -1,4 +1,4 @@
locals {
module_name = "tfmod-karpenter"
- module_version = "0.0.2"
+ module_version = "0.1.1"
}