From 79795e2c529d7f6519b9b2e17ce56c5166c75a0f Mon Sep 17 00:00:00 2001 From: Brent Vollebregt Date: Thu, 25 Jul 2019 15:47:24 +1200 Subject: [PATCH] Bump version to 2.6.5 - Deploy to PyPI to fix #61 --- auto_py_to_exe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_py_to_exe/__init__.py b/auto_py_to_exe/__init__.py index a147628d..5341d43a 100644 --- a/auto_py_to_exe/__init__.py +++ b/auto_py_to_exe/__init__.py @@ -1 +1 @@ -__version__ = '2.6.4' +__version__ = '2.6.5'