From dc65788bbc0d5f582dc7d4013de3803f500e864c Mon Sep 17 00:00:00 2001 From: Chris Holland Date: Fri, 25 Oct 2019 18:40:55 -0400 Subject: [PATCH] Bump version to 19.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98bd7b5..e140a6b 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ import DistUtilsExtra.command.build_i18n import DistUtilsExtra.command.clean_i18n -__VERSION__ = '18.12.1' +__VERSION__ = '19.10.0' def datafilelist(installbase, sourcebase): datafileList = []