Set the encryption secret

This commit is contained in:
2019-09-28 09:11:42 +00:00
parent 47ad8b575a
commit 85db7df8ef
2 changed files with 4 additions and 3 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.0',
version='2.1.1',
description='bwb',
long_description=long_description,
long_description_content_type='text/markdown',