🚀 Prepare v1.1.1

This commit is contained in:
ful1e5 2021-02-09 15:52:45 +05:30
parent 40a012ea58
commit 036de7ef46
3 changed files with 96 additions and 90 deletions

View file

@ -5,7 +5,7 @@ from setuptools import setup
setup(
name="applbuild",
version="1.1.0",
version="1.1.1",
description="Generate 'macOSBigSur' cursor theme from PNGs file",
url="https://github.com/ful1e5/apple_cursor",
packages=["applbuild"],
@ -19,4 +19,4 @@ setup(
],
python_requires=">=3.8",
zip_safe=True,
)
)