From 6971a1bb0f077992cd9d8356f549c22d33a8dce8 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Thu, 24 Dec 2020 05:01:17 +0000 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8157183..4a0d8d2 100644 --- a/setup.py +++ b/setup.py @@ -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',