version bump to 0.18

This commit is contained in:
Jude Nelson
2018-01-29 19:11:16 -05:00
parent 85f31210c0
commit e1c8fef070

View File

@@ -22,6 +22,6 @@
# this is the only place where version should be updated
__version_major__ = '0'
__version_minor__ = '17'
__version_minor__ = '18'
__version_patch__ = '0'
__version__ = '{}.{}.{}.16'.format(__version_major__, __version_minor__, __version_patch__)
__version__ = '{}.{}.{}.0'.format(__version_major__, __version_minor__, __version_patch__)