From 2f18c5ce858687cfa31e7bf95bfaf253d81bab3e Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Wed, 2 Apr 2025 18:08:52 +0300 Subject: [PATCH] =?UTF-8?q?[^]=20=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D0=B8=20=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=82=D1=83=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee0b040..37c12a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anixart" -version = "0.2.2" +version = "0.3.0.1" description = "Wrapper for using the Anixart API." authors = [ {name = "SantaSpeen",email = "santaspeen@gmail.com"} @@ -16,7 +16,7 @@ repository = "https://github.com/SantaSpeen/anixart" [tool.poetry] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 2 - Pre-Alpha", "Topic :: Software Development :: Libraries :: Python Modules" ]