diff --git a/dev_tools/write-ci-requirements.py b/dev_tools/write-ci-requirements.py index 7d3c92ac..8253d58b 100644 --- a/dev_tools/write-ci-requirements.py +++ b/dev_tools/write-ci-requirements.py @@ -8,11 +8,11 @@ print('Repo dir:', REPO_DIR) CIRQ_VERSIONS = { - 'previous': '~=1.3.0', - 'current': '~=1.4.0', - 'next': '>=1.5.0', + 'previous': '~=1.4.0', + 'current': '~=1.5.0', + 'next': '>=1.6.0', } -"""Give names to relative Cirq versions so CI can have consistent names while versions +"""Give names to relative Cirq versions so CI can have consistent names while versions get incremented."""