From 6a3fcc0513cf012044e4420cc4d17064e582d142 Mon Sep 17 00:00:00 2001 From: Geert Barentsen Date: Thu, 25 Jan 2018 19:52:51 -0800 Subject: [PATCH] Bump version to 3.1.0 --- pyke/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyke/version.py b/pyke/version.py index 220b2cce..de8bfbf5 100644 --- a/pyke/version.py +++ b/pyke/version.py @@ -1,3 +1,3 @@ # It is important to store the version number in a separate file # so that we can read it from setup.py without importing the package -__version__ = "3.1.beta1" +__version__ = "3.1.0"