version bump!

This commit is contained in:
Jude Nelson
2018-03-22 19:26:04 -04:00
parent 745bf13706
commit f8ce72ce90
2 changed files with 3 additions and 3 deletions

View File

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