Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPerlman committed Jul 22, 2023
1 parent 2078e73 commit 9cb4f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Do not break this line, otherwise the addon can not be activated!
"description": "An artistic tool for working with NeRFs in Blender",
"author": "James Perlman",
"version": (0, 0, 17),
"version": (0, 0, 18),
"blender": (3, 0, 0),
"location": "View3D > Sidebar > TurboNeRF",
"warning": "",
Expand Down
2 changes: 1 addition & 1 deletion utility/nerf_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def pylib_version(cls):

@classmethod
def required_pylib_version(cls):
return "0.0.17"
return "0.0.18"

@classmethod
def is_pylib_compatible(cls):
Expand Down

0 comments on commit 9cb4f3f

Please sign in to comment.