diff --git a/mesh_looptools.py b/mesh_looptools.py
index fea829dd8f317ce32535019c1251e8826ea3085e..11b234ac0d40c1cf34e4d5ca169b1a5a61c27714 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -15,11 +15,15 @@
 #  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # ##### END GPL LICENSE BLOCK #####
+# Contributed to Germano Cavalcante (mano-wii), Florian Meyer (testscreenings),
+# Brendon Murphy (meta-androcto),
+# Maintainer:	Vladimir Spivak (cwolf3d)
+# Originally an addon by Bart Crouch
 
 bl_info = {
     "name": "LoopTools",
-    "author": "Bart Crouch",
-    "version": (4, 6, 9),
+    "author": "Bart Crouch, Vladimir Spivak (cwolf3d)",
+    "version": (4, 7, 0),
     "blender": (2, 80, 0),
     "location": "View3D > Sidebar > Edit Tab / Edit Mode Context Menu",
     "warning": "",
@@ -4361,6 +4365,8 @@ class Space(Operator):
         if derived:
             bm_mod.free()
         terminate()
+        
+        cache_delete("Space")
 
         return{'FINISHED'}