Skip to content

Commit

Permalink
Merge pull request #240 from webdjoe/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
webdjoe authored Jun 30, 2024
2 parents 32d1f95 + 3772d7f commit d437c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='pyvesync',
version='2.1.11',
version='2.1.12',
description='pyvesync is a library to manage Etekcity\
Devices, Cosori Air Fryers and Levoit Air \
Purifiers run on the VeSync app.',
Expand All @@ -34,5 +34,5 @@
extras_require={
'dev': ['pytest', 'pytest-cov', 'yaml', 'tox']
},
python_requires='>=3.8',
python_requires='>=3.9',
)

0 comments on commit d437c42

Please sign in to comment.