From 61d207a829f23ca21878b18395a1cde793a0ac78 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 31 Oct 2023 18:40:03 -0700 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 550ebac..e90ac9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "webtranspose" -version = "0.1.0" +version = "0.2.0" description = "APIs for the internet" authors = ["Mike Gee "]