From e0317438a782f0481617addeeb1a0b7e2cd85081 Mon Sep 17 00:00:00 2001 From: jmansour Date: Thu, 7 Apr 2016 15:46:57 +1000 Subject: [PATCH] * increment version for new documentation --- underworld/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/underworld/__init__.py b/underworld/__init__.py index d2455b81e..a817535c1 100644 --- a/underworld/__init__.py +++ b/underworld/__init__.py @@ -30,7 +30,7 @@ on a geological timescale. """ -__version__ = "2.0.2b" +__version__ = "2.0.3b" # ok, first need to change default python dlopen flags to global # this is because when python imports the module, the shared libraries are loaded as RTLD_LOCAL