From: claromes Date: Mon, 26 May 2025 06:36:10 +0000 (-0300) Subject: update version X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=05d320ac168ab0d4affdeb7c02825c544e9e52b1;p=waybacktweets.git update version --- 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)",