Skip to content

Commit

Permalink
Bump version for v0.0.10
Browse files Browse the repository at this point in the history
jesterKing committed Mar 21, 2022
1 parent 4d7f5a2 commit 9950ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import_3dm/__init__.py
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
bl_info = {
"name": "Import Rhinoceros 3D",
"author": "Nathan 'jesterKing' Letwory, Joel Putnam, Tom Svilans, Lukas Fertig",
"version": (0, 0, 9),
"version": (0, 0, 10),
"blender": (2, 80, 0),
"location": "File > Import > Rhinoceros 3D (.3dm)",
"description": "This addon lets you import Rhinoceros 3dm files",

1 comment on commit 9950ac7

@christoffwol
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Nathan.
I tried installing this in Blender.(latest version on Mac) and keeps on getting an error. Maybe I am not doing it right?
Screenshot 2022-04-08 at 00 59 19

Please sign in to comment.