From d2f4638f62f2a1364ce670c28aac534f777220ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu>
Date: Tue, 3 Jul 2018 17:48:13 +0200
Subject: [PATCH] depsgraph_debug: version bump

---
 depsgraph_debug.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/depsgraph_debug.py b/depsgraph_debug.py
index c007232a7..7d59cf24c 100644
--- a/depsgraph_debug.py
+++ b/depsgraph_debug.py
@@ -27,7 +27,7 @@ bl_info = {
     "name": "Dependency Graph Debug",
     "author": "Sergey Sharybin",
     "version": (0, 1),
-    "blender": (2, 79, 0),
+    "blender": (2, 80, 0),
     "description": "Various dependency graph debugging tools",
     "warning": "",
     "wiki_url": "",
-- 
GitLab