From db8f49f41cee0407d5c54ee1cefbdccdbd893f08 Mon Sep 17 00:00:00 2001
From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com>
Date: Thu, 14 Nov 2019 22:16:21 +0900
Subject: [PATCH] Increment version
---
README.md | 4 ++--
pytchat/__init__.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e7bf6c1..96d5219 100644
--- a/README.md
+++ b/README.md
@@ -202,12 +202,12 @@ Structure of author object.
| imageUrl |
- |
+ str |
|
| badgeUrl |
- |
+ str |
|
diff --git a/pytchat/__init__.py b/pytchat/__init__.py
index b1b49e1..e9bbe15 100644
--- a/pytchat/__init__.py
+++ b/pytchat/__init__.py
@@ -2,7 +2,7 @@
pytchat is a python library for fetching youtube live chat without using yt api, Selenium, or BeautifulSoup.
"""
__copyright__ = 'Copyright (C) 2019 taizan-hokuto'
-__version__ = '0.0.2.3'
+__version__ = '0.0.3.0'
__license__ = 'MIT'
__author__ = 'taizan-hokuto'
__author_email__ = '55448286+taizan-hokuto@users.noreply.github.com'