diff --git a/deluge/_libtorrent.py b/deluge/_libtorrent.py index dc4a6a5b2..99b0f55c8 100644 --- a/deluge/_libtorrent.py +++ b/deluge/_libtorrent.py @@ -19,7 +19,7 @@ supports. """ -REQUIRED_VERSION = "0.16.7.0" +REQUIRED_VERSION = "1.0.6.0" def check_version(lt):