Skip to content

Commit f2eed77

Browse files
committed
v0.0.2
Signed-off-by: pkemb <[email protected]> Change-Id: I4a8d8e51ce1ecba7813343784bdd1cc331fe2d1b
1 parent d30f850 commit f2eed77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding:utf-8 -*-
33
# @Author: Kai Peng
4-
__version__ = "0.0.1"
4+
__version__ = "0.0.2"
55

66
from requests import Session
77
from requests import HTTPError

0 commit comments

Comments
 (0)