From 426e6d7bfc92345311db6375c9c4cd0a19738a02 Mon Sep 17 00:00:00 2001 From: Mahama Bazarov Date: Sun, 1 Feb 2026 16:06:02 +0400 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d84454d..08f7a10 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="sara", - version="1.3", + version="1.3.0", url="https://github.com/caster0x00/Sara", author="Mahama Bazarov", author_email="mahamabazarov@mailbox.org", @@ -24,4 +24,4 @@ setup( "console_scripts": ["sara = sara:main"], }, python_requires='>=3.11', -) \ No newline at end of file +)