From 8538e0447f50412faa2f08d725dbda6eb93ad35f Mon Sep 17 00:00:00 2001 From: Istvan Albert Date: Wed, 21 Feb 2024 12:54:03 -0500 Subject: [PATCH] release 1.4.3 tests pass with Python 3.13 --- plac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plac.py b/plac.py index 46e5b21..c66736f 100644 --- a/plac.py +++ b/plac.py @@ -29,7 +29,7 @@ from plac_ext import (import_main, ReadlineInput, Interpreter, stdout, runp, Monitor, default_help) -__version__ = '1.4.2' +__version__ = '1.4.3' try: from plac_tk import TkMonitor