Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
Djordje Lukic 2019-06-20 13:34:03 +02:00 committed by Christopher Crone
parent f3961244a0
commit 546bc63244
1 changed files with 1 additions and 1 deletions

View File

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