Skip to content

Commit

Permalink
bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertD502 authored Jun 2, 2023
1 parent 6c39b52 commit 629f834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit 629f834

Please sign in to comment.