Files
stacks-puppet-node/blockstack/version.py
Jude Nelson 8be20e18ce version bump
2017-12-01 13:59:43 -05:00

6 lines
222 B
Python

# this is the only place where version should be updated
__version_major__ = '0'
__version_minor__ = '17'
__version_patch__ = '0'
__version__ = '{}.{}.{}.15'.format(__version_major__, __version_minor__, __version_patch__)