diff --git a/addons/vsim2blender/__init__.py b/addons/vsim2blender/__init__.py index b7130e6..4dfa739 100644 --- a/addons/vsim2blender/__init__.py +++ b/addons/vsim2blender/__init__.py @@ -12,7 +12,7 @@ "name": "ascii phonons", "description": "Generate phonon mode visualisations from ASCII input files", "author": "Adam J. Jackson", - "version": (0,2,1), + "version": (0,2,2), "blender": (2, 65, 0), "location": "", "category": "Import-Export", diff --git a/docs/conf.py b/docs/conf.py index aace974..18bda24 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ # The short X.Y version. version = u'0.2' # The full version, including alpha/beta/rc tags. -release = u'0.2.1' +release = u'0.2.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.