From 488d77843adf5f1fe3bb4e5580cadc5812b3a16d Mon Sep 17 00:00:00 2001 From: "Ernest W. Durbin III" Date: Mon, 14 Jul 2014 00:25:47 -0400 Subject: [PATCH] version 1.0.0rc1 --- CHANGES.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 48c46a6..e748ef5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -v1.0.0rc1 (2014-07-08) +v1.0.0rc1 (2014-07-13) ====================== - `Rendezvous.find_node` breaks ties in the event of a hash collision. Winner diff --git a/setup.py b/setup.py index 84fa8a8..50558bb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='clandestined', - version='1.0.0b', + version='1.0.0rc1', license='MIT', author="Ernest W. Durbin III", author_email='ewdurbin@gmail.com',