version: Bump PROVISION_VERSION for Python requirements upgrade.

Commit a8d640a5d6 (#22823) lost its
PROVISION_VERSION bump when rebased on #22807.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-08-31 13:03:55 -07:00
parent b6a4e38c9d
commit 854bb66b0d
1 changed files with 1 additions and 1 deletions

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 140
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (199, 0)
PROVISION_VERSION = (200, 0)