Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri authored Dec 2, 2022
1 parent 4d2fe4b commit ca32f5d
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 @@ -28,7 +28,7 @@
"author" : "Carson Katri",
"description" : "Python scripting for geometry nodes",
"blender" : (3, 0, 0),
"version" : (0, 1, 0),
"version" : (0, 1, 1),
"location" : "",
"warning" : "",
"category" : "Node"
Expand Down Expand Up @@ -115,4 +115,4 @@ def unregister():
try:
bpy.app.timers.unregister(auto_resolve)
except:
pass
pass

0 comments on commit ca32f5d

Please sign in to comment.