From 922f0fbe97080b96d7b50e957fdef84bd1a393e6 Mon Sep 17 00:00:00 2001 From: Ryan Helinski Date: Mon, 20 Aug 2018 15:58:11 -0600 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cfa4be..81e61f9 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ def run_setup(with_ext): kw = dict() setup(name='BiEntropy', - version='1.1.1', + version='1.1.2-rc1', description='High-performance implementations of BiEntropy metrics ' 'proposed by Grenville J. Croll', url='https://github.com/sandialabs/bientropy',