From 9fb3ccdc3e0b24906520cac1e933a775e8dfbd99 Mon Sep 17 00:00:00 2001 From: Dan Blanchard Date: Wed, 24 Apr 2019 12:12:46 -0400 Subject: [PATCH] Bump version to 0.1.1 --- fluster/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluster/__init__.py b/fluster/__init__.py index c96cc46..3fa991e 100644 --- a/fluster/__init__.py +++ b/fluster/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.0' +__version__ = "0.1.1" from .utils import round_controlled from .cluster import FlusterCluster