ci: bump version to 6.0.0-dev (#3013)

It's been a long time without a release, and we've included a
number of fixes as well as raised the minimum Python version,
so a major release seems in order.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman 2022-07-28 08:31:45 -04:00 committed by GitHub
parent d2d097efbb
commit bf026265e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "5.1.0-dev"
version = "6.0.0-dev"
version_info = tuple(int(d) for d in version.split("-")[0].split("."))