From 955a5abe0fc2a4e6a93faccde711ebda28572fa9 Mon Sep 17 00:00:00 2001 From: Claromes Date: Sat, 20 Jul 2024 16:37:12 -0300 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b98d01..74c9fc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "waybacktweets" -version = "1.0rc" +version = "1.0rc1" description = "Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data." authors = ["Claromes "] license = "GPLv3"