Make check_auth return True / False

This commit is contained in:
2019-09-10 03:07:39 +00:00
parent a0f3c9ce11
commit 4400455769
3 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ with io.open('README.md', encoding='utf-8') as fh:
long_description = fh.read()
setuptools.setup(name='bwb',
version="1.0.6",
version='1.0.7',
description='bwb',
long_description=long_description,
long_description_content_type='text/markdown',