dev version

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-06-27 18:06:12 -07:00 committed by Joffrey F
parent 2b128077c1
commit e0c7e4d60e
1 changed files with 1 additions and 1 deletions

View File

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