From 7961801e0ccac334f507b3da117bf23c53d3259c Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Sun, 12 Jan 2020 14:38:21 +0900 Subject: [PATCH] Increment version --- pytchat/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytchat/__init__.py b/pytchat/__init__.py index 27d164d..8a29bbd 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.6' +__version__ = '0.0.4.7' __license__ = 'MIT' __author__ = 'taizan-hokuto' __author_email__ = '55448286+taizan-hokuto@users.noreply.github.com' diff --git a/setup.py b/setup.py index 6598b8c..f578696 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def _requirements(): def _test_requirements(): return [name.rstrip() for name in open(path.join(root_dir, 'requirements_test.txt')).readlines()] -shutil.rmtree('build/') + shutil.rmtree('dist/') with open(path.join(root_dir, package_name, '__init__.py')) as f: