From 1de1f0b5a277bb5d928108b2033d5a404813b6ce Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Sun, 27 Sep 2015 13:15:41 -0600 Subject: [PATCH] Version bump 0.2.6b. --- command_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_line.py b/command_line.py index 4c41617..0efdff4 100644 --- a/command_line.py +++ b/command_line.py @@ -1,6 +1,6 @@ '''Command line module for web2exe.''' -__version__ = "v0.2.5b" +__version__ = "v0.2.6b" from utils import zip_files, join_files, log, get_temp_dir from pycns import save_icns