Skip to content

Commit

Permalink
Fix pulsectl version requirement: 21.9.2 has not been released
Browse files Browse the repository at this point in the history
  • Loading branch information
mhthies committed Sep 11, 2021
1 parent f34a631 commit 397e1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pulsectl==21.9.2
pulsectl==21.9.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=['pulsectl_asyncio'],
python_requires='~=3.6',
install_requires=[
'pulsectl>=20.5.1,<=21.9.2',
'pulsectl>=20.5.1,<=21.9.1',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 397e1e1

Please sign in to comment.