diff --git a/setup.py b/setup.py index 94f53142..a0f4cc5e 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys # The current version of the system. Format is #.#.#[-DEV]. -version = '1.3.2' +version = '1.3.3' # Require Python 3.10 or higher if (sys.version_info[:2] < (3, 10)):