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