Skip to content

Commit d437c42

Browse files
authored
Merge pull request #240 from webdjoe/version-bump
Version bump
2 parents 32d1f95 + 3772d7f commit d437c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

0 commit comments

Comments
 (0)