Increment version

This commit is contained in:
taizan-hokuto
2019-12-01 22:54:43 +09:00
parent c85786679f
commit b2ffdaec0c
2 changed files with 3 additions and 3 deletions

View File

@@ -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.
<table>
<tr>
<th>name</th>

View File

@@ -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'