diff --git a/addons/vsim2blender/__init__.py b/addons/vsim2blender/__init__.py index 051e8ec..8ccf171 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,2), + "version": (0,3,0), "blender": (2, 65, 0), "location": "", "category": "Import-Export", diff --git a/docs/conf.py b/docs/conf.py index 18bda24..e6c701d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = u'0.2' +version = u'0.3' # The full version, including alpha/beta/rc tags. -release = u'0.2.2' +release = u'0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.