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