From 8317ead3b1d431cee6becb99c2025b1e05f1f395 Mon Sep 17 00:00:00 2001 From: Aidan Holland Date: Mon, 2 Oct 2023 10:08:38 -0400 Subject: [PATCH] build: bump version from 2.2.6 to 2.2.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05ac7cb5..8bf47230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "censys" -version = "2.2.6" +version = "2.2.7" description = "An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)." authors = ["Censys, Inc. "] license = "Apache-2.0"