bump version

This commit is contained in:
Kevin Froman 2020-12-24 05:01:17 +00:00
parent 67be9077ab
commit 6971a1bb0f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(name='kasten',
version='1.0.0',
version='1.0.1',
description='Efficient, secure data serialization format with extensibility.',
author='Kevin Froman',
author_email='beardog@mailbox.org',