Let users initialize bwb object with ID themselves

This commit is contained in:
2019-10-05 00:16:30 +00:00
parent 85db7df8ef
commit 6e96b6cee4
7 changed files with 6 additions and 32 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='2.1.1',
version='3.0.0',
description='bwb',
long_description=long_description,
long_description_content_type='text/markdown',