From b2ffdaec0c288042297acff80aeaa886e6906466 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Sun, 1 Dec 2019 22:54:43 +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 3c60adb..6630efa 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,8 @@ loop = asyncio.get_event_loop() loop.run_until_complete(main()) ``` -## Chatdata Structure of Default Processor -Structure of each item which got from items() function. +## Structure of Default Processor +Each item can be got with items() function. diff --git a/pytchat/__init__.py b/pytchat/__init__.py index 706caf6..0d8ed72 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.3.3' +__version__ = '0.0.3.4' __license__ = 'MIT' __author__ = 'taizan-hokuto' __author_email__ = '55448286+taizan-hokuto@users.noreply.github.com'
name