Mark as pre-release
This commit is contained in:
parent
6a6058adb3
commit
e29f39c585
2
Main.py
2
Main.py
|
@ -18,7 +18,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute
|
||||||
from ItemList import generate_itempool, difficulties, fill_prizes
|
from ItemList import generate_itempool, difficulties, fill_prizes
|
||||||
from Utils import output_path
|
from Utils import output_path
|
||||||
|
|
||||||
__version__ = '0.6.2'
|
__version__ = '0.6.3-pre'
|
||||||
|
|
||||||
def main(args, seed=None):
|
def main(args, seed=None):
|
||||||
start = time.clock()
|
start = time.clock()
|
||||||
|
|
Loading…
Reference in New Issue