altrepo.api: update API version

parent 4cc086b4
......@@ -173,7 +173,7 @@ class SiteInfo:
class ALTRepoAPI:
def __init__(self, session: aiohttp.ClientSession):
self.BASE_API_VERSION = "1.19.31"
self.BASE_API_VERSION = "1.19.32"
self._client = BaseAPI(session)
self.api = APIInfo(self._client)
self.package = PackageInfo(self._client)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment