From 35097ba95337d865f6a902ccee56edcf770411eb Mon Sep 17 00:00:00 2001 From: Chris Lunsford Date: Wed, 29 Sep 2021 13:33:59 -0400 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbec59d..891acae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "awsipranges" -version = "0.2.5" +version = "0.2.6" description = "Work with the AWS IP address ranges in native Python." license = "Apache-2.0" authors = ["Chris Lunsford "]