Skip to content

Commit ba5d308

Browse files
committed
Use proper sentrylibrary version
1 parent 7450a71 commit ba5d308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ArcusConan(ConanFile):
2424
settings = "os", "compiler", "build_type", "arch"
2525
exports = "LICENSE*"
2626
package_type = "library"
27-
python_requires = "sentrylibrary/1.0@ultimaker/cura_11622" # FIXME: use main after merge
27+
python_requires = "sentrylibrary/1.0.0@ultimaker/cura_11622" # FIXME: use main after merge
2828
python_requires_extend = "sentrylibrary.SentryLibrary"
2929

3030
options = {

0 commit comments

Comments
 (0)