Mark as pre-release

This commit is contained in:
Kevin Cathcart 2019-08-24 15:38:22 -04:00
parent 6a6058adb3
commit e29f39c585
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute
from ItemList import generate_itempool, difficulties, fill_prizes
from Utils import output_path
__version__ = '0.6.2'
__version__ = '0.6.3-pre'
def main(args, seed=None):
start = time.clock()