diff --git a/README.md b/README.md
index f4bd421..4622473 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ The above example will cause only creating 2 new subnets in az `c` of the region
|------|--------|---------|
| [calculate\_subnets](#module\_calculate\_subnets) | ./modules/calculate_subnets | n/a |
| [flow\_logs](#module\_flow\_logs) | ./modules/flow_logs | n/a |
-| [tags](#module\_tags) | aws-ia/label/aws | 0.0.4 |
+| [tags](#module\_tags) | aws-ia/label/aws | 0.0.5 |
## Resources
diff --git a/data.tf b/data.tf
index bac4b74..77c9109 100644
--- a/data.tf
+++ b/data.tf
@@ -49,7 +49,7 @@ data "aws_vpc_ipam_preview_next_cidr" "main" {
# awscc tags = module.tags.tags
module "tags" {
source = "aws-ia/label/aws"
- version = "0.0.4"
+ version = "0.0.5"
tags = var.tags
}