Update version number

This commit is contained in:
Steve Zingman 2017-06-20 14:29:33 -04:00 committed by GitHub
parent 76a1356507
commit c1f0062af7
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ __license__ = 'GNU GPLv3'
__maintainer__ = 'Cort Buffington, N0MJS'
__email__ = 'n0mjs@me.com'
__status__ = 'pre-alpha'
__version__ = '20170609'
__version__ = '20170620'
mutex = Lock() # Used to synchronize Peer I/O in different threads