Skip to content

Commit 5487952

Browse files
committed
update
1 parent b7ec2cf commit 5487952

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PyKakao/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import io
22
import json
33
import base64
4+
import urllib
45
import requests
56
import pandas as pd
67
from PIL import Image

PyKakao/config/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__project__ = "PyKakao"
2-
__version__ = "0.0.5"
2+
__version__ = "0.0.6"
33
__author__ = "정우일(Wooil Jeong)"
44
__contact__ = "wooil@kakao.com"
55
__github__ = "https://github.com/WooilJeong/PyKakao"

0 commit comments

Comments
 (0)