Version bump to 3.5.4.dev1 (#6213)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-07-24 21:40:32 +02:00 committed by GitHub
parent 7e03756f06
commit 93b51acf31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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