From 5811343dc9b1599cee9003291cd8c4263d69db30 Mon Sep 17 00:00:00 2001 From: Robert Avram Date: Thu, 21 Sep 2023 07:14:33 -0700 Subject: [PATCH] Update version --- src/etools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etools/__init__.py b/src/etools/__init__.py index c6daccd3b..b1f7520fa 100644 --- a/src/etools/__init__.py +++ b/src/etools/__init__.py @@ -1,2 +1,2 @@ -VERSION = __version__ = '10.1.13' +VERSION = __version__ = '11' NAME = 'eTools'