From 8e95439ac050cbc1d90dcb43712343d0cff8e9aa Mon Sep 17 00:00:00 2001 From: jmansour Date: Tue, 7 Jun 2016 17:08:35 +1000 Subject: [PATCH] incremement version number! --- underworld/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/underworld/__init__.py b/underworld/__init__.py index fd45c2e1e..aa02caa4d 100644 --- a/underworld/__init__.py +++ b/underworld/__init__.py @@ -30,7 +30,7 @@ on a geological timescale. """ -__version__ = "2.0.0b2" +__version__ = "2.0.3b2" # 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