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:
authorHoward Trickey <howard.trickey@gmail.com>2011-05-18 18:24:43 +0400
committerHoward Trickey <howard.trickey@gmail.com>2011-05-18 18:24:43 +0400
commit554d9ca20740dcb1771ba29a20a58bbe7330393e (patch)
treecc54b1b2e84e6ef9f56c319e9ff8060545de9803 /mesh_inset
parentdf326083828858b4489fb31c1b8bcbb63fce5a14 (diff)
Bumped version to 0.3; also, last commit should have added: made pep8 compliant.
Diffstat (limited to 'mesh_inset')
-rw-r--r--mesh_inset/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py
index 0a441d1b..95a03830 100644
--- a/mesh_inset/__init__.py
+++ b/mesh_inset/__init__.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "Inset Polygon",
"author": "Howard Trickey",
- "version": (0, 2),
+ "version": (0, 3),
"blender": (2, 5, 7),
"api": 36147,
"location": "View3D > Tools",