From 92818cccaba562a73af744ddb962905f5aff838a Mon Sep 17 00:00:00 2001 From: Michael Kleehammer Date: Tue, 11 Apr 2023 13:40:17 -0500 Subject: [PATCH] Bump version in setup.py Having two mechanisms is just asking for trouble. In 5.x we'll drop the use of tags. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31f3001d..460eb57f 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # This version identifier should refer to the NEXT release, not the # current one. After each release, the version should be incremented. -VERSION = '4.0.35' +VERSION = '4.0.38' def _print(s):