Skip to content

Commit

Permalink
Increase the version
Browse files Browse the repository at this point in the history
  • Loading branch information
UuuNyaa committed Jul 1, 2022
1 parent f8ad7e0 commit a63e4c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mmd_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bl_info = {
"name": "mmd_tools",
"author": "sugiany",
"version": (2, 3, 0),
"version": (2, 4, 0),
"blender": (2, 83, 0),
"location": "View3D > Sidebar > MMD Tools Panel",
"description": "Utility tools for MMD model editing. (UuuNyaa's forked version)",
Expand All @@ -15,7 +15,6 @@
}

import bpy
import logging

from mmd_tools import auto_load
auto_load.init()
Expand Down

0 comments on commit a63e4c0

Please sign in to comment.