Version bump to 3.5.12.dev1 (#6421)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-08-04 22:07:27 +00:00 committed by GitHub
parent 04d856cfb0
commit 5b21c89505
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -339,7 +339,7 @@ def _early_init():
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`) # This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
_VERSION = "3.5.11" _VERSION = "3.5.12.dev1"
__version__, version_info = VersionInfo._get_version() __version__, version_info = VersionInfo._get_version()