From 349e373b299d396d0fb8654cf6ffe3118902f76d Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Thu, 30 Jun 2016 19:41:24 -0500 Subject: [PATCH] Release 3.0.0b4 --- spyderlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyderlib/__init__.py b/spyderlib/__init__.py index 1be90c2c8de..b1775b291d6 100644 --- a/spyderlib/__init__.py +++ b/spyderlib/__init__.py @@ -27,7 +27,7 @@ OTHER DEALINGS IN THE SOFTWARE. """ -version_info = (3, 0, 0, "dev0") +version_info = (3, 0, "0b4") __version__ = '.'.join(map(str, version_info)) __license__ = __doc__