From aa0821107ea7d02d9cd8066e289b696a93b4d99b Mon Sep 17 00:00:00 2001 From: Ryan Helinski Date: Wed, 1 Aug 2018 13:54:17 -0600 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a1c079..94fe89d 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ def run_setup(with_ext): kw = dict() setup(name='BiEntropy', - version='1.1.0-rc3', + version='1.1.0', description='High-performance implementations of BiEntropy metrics ' 'proposed by Grenville J. Croll', url='https://github.com/sandialabs/bientropy',