From 05d320ac168ab0d4affdeb7c02825c544e9e52b1 Mon Sep 17 00:00:00 2001 From: claromes Date: Mon, 26 May 2025 03:36:10 -0300 Subject: [PATCH] update version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4069412..2d6f4d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "waybacktweets" -version = "1.0rc1" +version = "1.0" description = "Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data." authors = ["Claromes "] license = "GPLv3" @@ -16,7 +16,7 @@ keywords = [ "SOCMINT", ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", -- 2.34.1