Skip to content

Commit 3e159d2

Browse files
committed
remove stray change and bump version
1 parent 5075a03 commit 3e159d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rct-graphics-helper/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@
1818
from .rct_graphics_helper_panel import GraphicsHelperPanel
1919
from .rct_graphics_render_button import try_register_button, unregister_button
2020
from . import developer_utils
21-
2221
import importlib
2322
import bpy
2423

2524
bl_info = {
2625
"name": "RCT Graphics Helper",
2726
"description": "Render tool to replicate RCT graphics",
2827
"author": "Olivier Wervers",
29-
"version": (0, 6, 0),
28+
"version": (0, 6, 1),
3029
"blender": (2, 79, 0),
3130
"location": "Render",
3231
"support": "COMMUNITY",

0 commit comments

Comments
 (0)