Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Inada Naoki 2026-06-03 12:26:27 +09:00 committed by GitHub
parent 4632b018d1
commit 0af3c9d11b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ import os
from .exceptions import * # noqa: F403
from .ext import ExtType, Timestamp
version = (1, 2, 0, "rc1")
version = (1, 2, 0)
__version__ = "1.2.0rc1"