Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2016-12-01 01:49:32 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2016-12-01 01:49:32 +0300
commitcdf67517e068fccd8925dbd841af0b588b97d545 (patch)
tree2a514e665fac59ff90bbd47420cac6b56227ab0e /space_view3d_math_vis
parented9bcd88c7fb1f8b48b96051b61f4d7d724e2e52 (diff)
D2380: Bumped up Math Vis version to 0.2
Diffstat (limited to 'space_view3d_math_vis')
-rw-r--r--space_view3d_math_vis/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 88f90efe..0ad7569d 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "Math Vis (Console)",
"author": "Campbell Barton",
- "version": (0, 1),
+ "version": (0, 2),
"blender": (2, 57, 0),
"location": "View3D > Tool Shelf or Console",
"description": "Display console defined mathutils variables in the 3D view",