Skip to content

Commit

Permalink
Clean up for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gandalf3 committed Jun 15, 2021
1 parent bca46ae commit 2f2cb70
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bl_info = {
"name": "Auto-Reload Linked Libraries",
"author": "gandalf3",
"version": (0, 9, 0),
"version": (1, 0, 0),
"blender": (2, 80, 0),
"description": "Automatically reload linked libraries when they are modified.",
"doc_url": "https://github.com/gandalf3/auto-reload-linked-libraries",
Expand All @@ -11,10 +11,9 @@

import logging
logging.basicConfig(level=logging.WARNING)
# logging.basicConfig(level=logging.DEBUG)

logger = logging.getLogger('auto_reload_libraries')
logger.level = logging.DEBUG
logger.level = logging.INFO

import time
import os
Expand Down

0 comments on commit 2f2cb70

Please sign in to comment.