From 01956327555e9a4b971b2cf447be6beba4ea5b59 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Fri, 11 Dec 2015 17:35:57 -0500 Subject: [PATCH] Update version --- spyderlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyderlib/__init__.py b/spyderlib/__init__.py index d984dfefbae..fc07709ebb1 100644 --- a/spyderlib/__init__.py +++ b/spyderlib/__init__.py @@ -28,7 +28,7 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '3.0.0dev' +__version__ = '3.0.0b2' __license__ = __doc__ __project_url__ = 'https://github.com/spyder-ide/spyder' __forum_url__ = 'http://groups.google.com/group/spyderlib'