From f9fc92a2634ff1694bad6d4ec666cc3d2307001e Mon Sep 17 00:00:00 2001 From: jmansour Date: Wed, 8 Mar 2017 11:09:46 +1100 Subject: [PATCH] bump version number --- underworld/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/underworld/__init__.py b/underworld/__init__.py index cc11ac1bb..613905cf6 100644 --- a/underworld/__init__.py +++ b/underworld/__init__.py @@ -30,7 +30,7 @@ on a geological timescale. """ -__version__ = "2.2.1b" +__version__ = "2.2.2b" # 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