Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeloneal authored Jan 13, 2024
1 parent 89366f2 commit 6754b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
entry_points={
"octoprint.plugin": ["psucontrol_meross = octoprint_psucontrol_meross"]
},
install_requires=["OctoPrint>=1.7.3", "meross-iot>=0.4.5.4"],
install_requires=["OctoPrint>=1.7.3", "meross-iot>=0.4.6.0"],
python_requires=">=3.7.3",
)

0 comments on commit 6754b95

Please sign in to comment.