dev version

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-09-09 16:43:54 -07:00
parent e045331e32
commit 72e7afe17a
1 changed files with 1 additions and 1 deletions

View File

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