From 808841a277a86db85b812da90aec586c01fb60d8 Mon Sep 17 00:00:00 2001 From: Aidan Holland Date: Thu, 23 Sep 2021 15:03:03 -0400 Subject: [PATCH] chore(build): Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68a8bf4a..203e1615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "censys" -version = "2.0.7" +version = "2.0.8" description = "An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)." readme = "README.md" authors = ["Censys, Inc. "]