mirror of
https://git.ikl.sh/132ikl/liteshort.git
synced 2023-08-10 21:13:04 +03:00
Bump version
This commit is contained in:
parent
c39d5777c5
commit
345350f2ce
6
setup.py
6
setup.py
@ -5,8 +5,8 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name="liteshort",
|
||||
version="1.2.2",
|
||||
author="Steven Spangler",
|
||||
version="1.2.3",
|
||||
author="Rose Spangler",
|
||||
author_email="132@ikl.sh",
|
||||
description="User-friendly, actually lightweight, and configurable URL shortener",
|
||||
long_description=long_description,
|
||||
@ -26,5 +26,5 @@ setuptools.setup(
|
||||
"Operating System :: POSIX :: Linux",
|
||||
],
|
||||
install_requires=["flask~=1.1.2", "bcrypt~=3.1.7", "pyyaml", "appdirs~=1.4.3"],
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user