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 +)