Increment version

This commit is contained in:
taizan-hokuto
2020-01-12 14:38:21 +09:00
parent 5fe4e7af04
commit 7961801e0c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
pytchat is a python library for fetching youtube live chat without using yt api, Selenium, or BeautifulSoup. pytchat is a python library for fetching youtube live chat without using yt api, Selenium, or BeautifulSoup.
""" """
__copyright__ = 'Copyright (C) 2019 taizan-hokuto' __copyright__ = 'Copyright (C) 2019 taizan-hokuto'
__version__ = '0.0.4.6' __version__ = '0.0.4.7'
__license__ = 'MIT' __license__ = 'MIT'
__author__ = 'taizan-hokuto' __author__ = 'taizan-hokuto'
__author_email__ = '55448286+taizan-hokuto@users.noreply.github.com' __author_email__ = '55448286+taizan-hokuto@users.noreply.github.com'

View File

@@ -13,7 +13,7 @@ def _requirements():
def _test_requirements(): def _test_requirements():
return [name.rstrip() for name in open(path.join(root_dir, 'requirements_test.txt')).readlines()] return [name.rstrip() for name in open(path.join(root_dir, 'requirements_test.txt')).readlines()]
shutil.rmtree('build/')
shutil.rmtree('dist/') shutil.rmtree('dist/')
with open(path.join(root_dir, package_name, '__init__.py')) as f: with open(path.join(root_dir, package_name, '__init__.py')) as f: