We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd42cc commit be6a2f9Copy full SHA for be6a2f9
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v0.10.3
2
+# fix
3
+- Fix broken release by pinning opencv dependency version
4
# v0.10.2
5
## feat
6
- Add nether portal sound and same sound for portal exit
VERSION
@@ -1 +1 @@
-0.10.2
+0.10.3
requirements.txt
@@ -1,5 +1,5 @@
sentry-sdk>=1.3.0
-opencv-contrib-python>=4.5.3.56
+opencv-contrib-python==4.5.3.56
SQLAlchemy>=1.4.21
mss>=6.1.0
pygame>=2.0.1
0 commit comments