Fail2ban update & blacklist

I have 2 questions:

  1. I would like to update fail2ban to 0.9.3 version
    What I did
    mkdir /root/download/
    cd /root/download/
    wget https: //github.com/fail2ban/fail2ban/archive/0.9.3.tar.gz
    tar -xzvf 0.9.3.tar.gz
    cd fail2ban-0.9.3
    python setup.py install
    fail2ban-client stop
    fail2ban-client start

Do I need to do anything else ?

  1. How can I add my list of IPs (from .txt.) and list from this website www .voipbl.org/update to recidive

Thank you

Looks like fail2ban 0.9.3 working fine
But how can I transfer IP addresses from .txt file to jail (f.e. recidive) ?