From 17da20808ad9248167ad8b2428d48f34e3cfd018 Mon Sep 17 00:00:00 2001 From: GlebRysev-UKKA Date: Tue, 7 Jan 2025 15:45:33 +0000 Subject: [PATCH] increment version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae310c50..d13ade90 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # last release of PyXB (1.2.6), so the PyXB version will remain # the same. The release number will remain based on 1.2.6, # but the rightmost number will be incremented with each patch. -version = "1.2.6.2" +version = "1.2.6.3" # Require Python 2.6 or higher or Python 3.5 or higher if (sys.version_info[:2] < (2, 6)) or (