Release 0.5.3.

This commit is contained in:
Flancian 2020-11-22 18:55:12 +01:00
parent 7aeed0c52d
commit 67902cfa8a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import os
import getpass
AGORA_PATH = os.path.join('/home', getpass.getuser(), 'agora')
AGORA_VERSION = '0.5.2'
AGORA_VERSION = '0.5.3'
# With trailing slash.
URL_BASE = "https://anagora.org/"