Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysteryem committed Jan 24, 2023
1 parent 15a356a commit 6e6b28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Avatar Builder",
"description": "Combine objects to make ready-to-export models",
"author": "Mysteryem",
"version": (0, 1, 0),
"version": (0, 2, 0),
"blender": (2, 93, 7),
"location": "3D View and Object Properties",
"doc_url": "https://github.com/Mysteryem/AvatarBuilder",
Expand All @@ -27,7 +27,7 @@ def _get_all_module_names():
early_modules = set(_early_ordered_register)
# Create a copy so that we don't modify the existing list
all_submodule_names = _early_ordered_register.copy()
# Prefix seems to be required to import submodules of submodules (not that we have any yet)
# Prefix is required to import submodules of submodules
package_prefix = __name__ + "."
prefix_length = len(package_prefix)
for mod_info in pkgutil.walk_packages(path=__path__, prefix=package_prefix):
Expand Down

0 comments on commit 6e6b28d

Please sign in to comment.