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:
Diffstat (limited to 'curve_tools/__init__.py')
-rw-r--r--curve_tools/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/curve_tools/__init__.py b/curve_tools/__init__.py
index 4a9d283c..d7ce3736 100644
--- a/curve_tools/__init__.py
+++ b/curve_tools/__init__.py
@@ -25,11 +25,10 @@ bl_info = {
"name": "Curve Tools",
"description": "Adds some functionality for bezier/nurbs curve/surface modeling",
"author": "Mackraken",
- "version": (0, 4, 4),
+ "version": (0, 4, 5),
"blender": (2, 80, 0),
"location": "View3D > Tool Shelf > Edit Tab",
"warning": "WIP",
- "doc_url": "",
"doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/curve_tools.html",
"category": "Add Curve",
}