4.1.0 dev start

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-02-23 12:19:59 -06:00
parent f6c4f166bf
commit 133cb97aa0
3 changed files with 6 additions and 3 deletions

View file

@ -25,7 +25,7 @@ packages = sorted(packages)
setup(
name = "pungi",
version = "4.0.5", # make sure it matches with pungi.__version__
version = "4.1.0", # make sure it matches with pungi.__version__
description = "Distribution compose tool",
url = "https://pagure.io/pungi",
author = "Dennis Gilmore",