version bump

This commit is contained in:
Jude Nelson
2017-07-04 23:36:44 -04:00
parent bf615e7b16
commit b6cab442f8

View File

@@ -23,5 +23,5 @@
# this is the only place where version should be updated
__version_major__ = '0'
__version_minor__ = '14'
__version_patch__ = '2'
__version_patch__ = '3'
__version__ = '{}.{}.{}.0'.format(__version_major__, __version_minor__, __version_patch__)