From 676c8170f27ce710a655e776d316814990751363 Mon Sep 17 00:00:00 2001 From: Tim Miller Date: Thu, 14 Feb 2013 11:19:02 -0800 Subject: [PATCH] bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55ec42f..3421193 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ config = { 'author': 'SpamapS', 'author_email': 'clint@fewbar.com', 'url': 'http://github.com/tripleo/os-refresh-config', - 'version': '0.4', + 'version': '0.5', 'packages': ['os_refresh_config'], 'scripts': [], 'long_description': open('README.md', 'rb').read(),