From 59b776d4cfe0f7797a1777f3a1ec2ba9d193d36a Mon Sep 17 00:00:00 2001 From: david-yz-liu Date: Mon, 9 Dec 2024 15:47:30 -0500 Subject: [PATCH] Bump to dev version 2.9.1.dev --- python_ta/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_ta/__init__.py b/python_ta/__init__.py index 24823c154..3877b6787 100644 --- a/python_ta/__init__.py +++ b/python_ta/__init__.py @@ -17,7 +17,7 @@ from __future__ import annotations -__version__ = "2.9.0" # Version number +__version__ = "2.9.1.dev" # Version number # First, remove underscore from builtins if it has been bound in the REPL. # Must appear before other imports from pylint/python_ta. import builtins