From a836d92194fbecc48677cf9e5cd2006c55c905b6 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Sat, 11 Jan 2020 05:33:50 +0900 Subject: [PATCH] Increment version --- MANIFEST.in | 3 +-- pytchat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 0125d4d..00700f4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,4 @@ include requirements_test.txt prune testrun*.py prune log.txt prune quote.txt -prune .gitignore -prun tests +prune .gitignore \ No newline at end of file diff --git a/pytchat/__init__.py b/pytchat/__init__.py index 9f0a5dd..27d164d 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.4.5' +__version__ = '0.0.4.6' __license__ = 'MIT' __author__ = 'taizan-hokuto' __author_email__ = '55448286+taizan-hokuto@users.noreply.github.com'