mirror of
https://github.com/casterbyte/Sara.git
synced 2026-02-28 23:49:35 +00:00
Update setup.py
This commit is contained in:
parent
34a02f68f5
commit
426e6d7bfc
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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',
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue