From 94a71dd145c7e76a8c17a71170b9fb4cfa89f5e2 Mon Sep 17 00:00:00 2001 From: Peter Cornell Date: Tue, 16 Jul 2019 12:36:11 -0700 Subject: [PATCH] Release 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e304f48..b00b4be 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ionhash', - version='1.0.0', + version='1.0.1', description='Python implementation of Amazon Ion Hash', url='http://github.com/amzn/ion-hash-python', author='Amazon Ion Team',