Skip to content

Commit

Permalink
Bump to dev version 2.9.1.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Dec 9, 2024
1 parent ef1cc7c commit 59b776d
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.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
Expand Down

0 comments on commit 59b776d

Please sign in to comment.