4.0.3 release

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-09-08 22:06:45 -05:00
parent fd64bba4dd
commit 2599a42a14
3 changed files with 36 additions and 3 deletions

View file

@ -25,7 +25,7 @@ packages = sorted(packages)
setup(
name = "pungi",
version = "4.0.2", # make sure it matches with pungi.__version__
version = "4.0.3", # make sure it matches with pungi.__version__
description = "Distribution compose tool",
url = "http://fedorahosted.org/pungi",
author = "Dennis Gilmore",