Skip to content

Commit

Permalink
Bump to v2.9.3.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Jan 17, 2025
1 parent 4130da5 commit 9564ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_ta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from __future__ import annotations

__version__ = "2.9.2" # Version number
__version__ = "2.9.3.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
Expand Down

0 comments on commit 9564ebe

Please sign in to comment.