Skip to content

Commit

Permalink
Incremented version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbasnett committed Feb 9, 2022
1 parent 50a7d00 commit 4b6231a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'name': 'ASCII Scene Export',
'description': 'Export ASE (ASCII Scene Export) files',
'author': 'Colin Basnett (Darklight Games)',
'version': (1, 1, 0),
'version': (1, 1, 2),
'blender': (2, 90, 0),
'location': 'File > Import-Export',
'warning': 'This add-on is under development.',
Expand All @@ -21,8 +21,6 @@

import bpy
import bpy.utils.previews
from bpy.props import IntProperty, CollectionProperty, StringProperty
import os
from . import ase
from . import builder
from . import writer
Expand Down

0 comments on commit 4b6231a

Please sign in to comment.