From 36c09bd625a8b30515e6a78e8d23c01cf809afe1 Mon Sep 17 00:00:00 2001 From: Jan Blechta Date: Mon, 22 Aug 2016 18:11:00 +0200 Subject: [PATCH] Update version number to 2016.1.0 --- dolfintape/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolfintape/__init__.py b/dolfintape/__init__.py index 014815b..aed6d9c 100644 --- a/dolfintape/__init__.py +++ b/dolfintape/__init__.py @@ -18,7 +18,7 @@ """This is dolfin-tape, the DOLFIN tools for a posteriori error estimation.""" __author__ = "Jan Blechta" -__version__ = "1.7.0dev" +__version__ = "2016.1.0" __license__ = 'LGPL v3' # Avoid PETSc being initialized by DOLFIN, which sets some performance