mirror of https://github.com/docker/docker-py.git
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:
parent
d2d097efbb
commit
bf026265e0
|
@ -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("."))
|
||||
|
|
Loading…
Reference in New Issue