From cd5d16549a54602641572b002744d1b0887f2c37 Mon Sep 17 00:00:00 2001 From: Aidan Holland Date: Mon, 3 Jan 2022 13:19:14 -0500 Subject: [PATCH] chore: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d06b3ac..14444c28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "censys" -version = "2.1.0" +version = "2.1.1" description = "An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)." readme = "README.md" authors = ["Censys, Inc. "]