Skip to content

Commit

Permalink
bump to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnberger committed Feb 15, 2016
1 parent 8d22416 commit 1843502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sketchup_importer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
bl_info = {
"name": "Sketchup importer",
"author": "Martijn Berger",
"version": (0, 1, 4, 'dev'),
"version": (0, 1, 5, 'dev'),
"blender": (2, 7, 6),
"description": "import/export Sketchup skp files",
"warning": "Very early preview",
Expand Down Expand Up @@ -732,4 +732,4 @@ def register():
def unregister():
bpy.utils.unregister_class(ImportSKP)
bpy.types.INFO_MT_file_import.remove(menu_func_import)
bpy.utils.unregister_class(SketchupAddonPreferences)
bpy.utils.unregister_class(SketchupAddonPreferences)

0 comments on commit 1843502

Please sign in to comment.