From 629f83400c1f29a370e2e375ad9aeee3879ed5dc Mon Sep 17 00:00:00 2001 From: "Dr. Drinovac" <52541649+RobertD502@users.noreply.github.com> Date: Thu, 1 Jun 2023 22:48:39 -0400 Subject: [PATCH] bump to 0.1.2 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 62ca0ce..245d6f7 100644 --- a/setup.py +++ b/setup.py @@ -5,25 +5,25 @@ setuptools.setup( name="petkitaio", - version="0.1.1.4", + version="0.1.2", author="Robert Drinovac", author_email="unlisted@gmail.com", description="Asynchronous Python library for PetKit's API", long_description=long_description, long_description_content_type="text/markdown", url='https://github.com/RobertD502/petkitaio', - keywords='petkit, eversweet 3 pro, feeder mini, d4, petkit feeder, petkit water fountain, freshelement solo', + keywords='petkit, eversweet 3 pro, feeder mini, d4, petkit feeder, petkit water fountain, freshelement solo, pura x, pura max, pura air', packages=setuptools.find_packages(), python_requires= ">=3.7", install_requires=[ "aiohttp>=3.8.1", "tzlocal>=4.2", ], - classifiers=( + classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent" - ), + ], project_urls={ # Optional 'Bug Reports': 'https://github.com/RobertD502/petkitaio/issues', 'Source': 'https://github.com/RobertD502/petkitaio/',