diff --git a/bin/pungi b/bin/pungi index 9008b16f..e3727c9c 100755 --- a/bin/pungi +++ b/bin/pungi @@ -200,7 +200,7 @@ if __name__ == '__main__': today = time.strftime('%Y%m%d', time.localtime()) def get_arguments(config): - parser = OptionParser("%prog [--help] [options]", version="%prog 4.0.3") + parser = OptionParser("%prog [--help] [options]", version="%prog 4.0.4") def set_config(option, opt_str, value, parser, config): config.set('pungi', option.dest, value) diff --git a/pungi.spec b/pungi.spec index a40d4077..523a35db 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.0.3 +Version: 4.0.4 Release: 1%{?dist} Summary: Distribution compose tool diff --git a/setup.py b/setup.py index 5c31b9e1..a9067392 100755 --- a/setup.py +++ b/setup.py @@ -25,9 +25,9 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.0.3", # make sure it matches with pungi.__version__ + version = "4.0.4", # make sure it matches with pungi.__version__ description = "Distribution compose tool", - url = "http://fedorahosted.org/pungi", + url = "https://pagure.io/pungi", author = "Dennis Gilmore", author_email = "dgilmore@fedoraproject.org", license = "GPLv2",