bump version for new mimcvdf version

This commit is contained in:
Kevin Froman 2021-01-19 00:37:42 +00:00
parent 0b509b4f1f
commit 838d660142
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read() long_description = f.read()
setup(name='kasten', setup(name='kasten',
version='2.0.0', version='2.0.1',
description='Efficient, secure data serialization format with extensibility.', description='Efficient, secure data serialization format with extensibility.',
author='Kevin Froman', author='Kevin Froman',
author_email='beardog@mailbox.org', author_email='beardog@mailbox.org',
url='https://git.voidnet.tech/kev/kasten', url='https://git.voidnet.tech/kev/kasten',
packages=find_packages(exclude=['contrib', 'docs', 'tests']), packages=find_packages(exclude=['contrib', 'docs', 'tests']),
python_requires='>3.6.0', python_requires='>3.6.0',
install_requires=['msgpack', 'mimcvdf>=1.1.0'], install_requires=['msgpack', 'mimcvdf>=1.2.0'],
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
classifiers=[ classifiers=[