From 8451d31f29f7ddfc7c94eff32baa5a971bea60b9 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Sun, 18 Oct 2015 18:26:40 +0200 Subject: [PATCH] version bump and remove warning --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 8d23db0c6..9a0c3e6d1 100644 --- a/__init__.py +++ b/__init__.py @@ -23,11 +23,11 @@ "name": "Animation Nodes", "description": "Node system for more flexible animations.", "author": "Jacques Lucke", - "version": (0, 1, 0), + "version": (1, 0, 0), "blender": (2, 7, 6), "location": "Node Editor", "category": "Node", - "warning": "Stable, but some things may change in the future." + "warning": "" }