From 1f3c796de4ef1368c595d8233f951550a45478f0 Mon Sep 17 00:00:00 2001 From: Chris Lunsford Date: Thu, 10 Feb 2022 16:04:56 -0500 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63d036a..0b3c035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "awsipranges" -version = "0.3.2" +version = "0.3.3" description = "Work with the AWS IP address ranges in native Python." license = "Apache-2.0" authors = ["Chris Lunsford "]