add __init__.py, bump version

This commit is contained in:
Tim Miller 2013-02-14 10:55:03 -08:00
parent a36b0e7cb8
commit 14563b4099
2 changed files with 1 additions and 1 deletions

View File

View File

@ -10,7 +10,7 @@ config = {
'author': 'SpamapS',
'author_email': 'clint@fewbar.com',
'url': 'http://github.com/tripleo/os-refresh-config',
'version': '0.3',
'version': '0.4',
'packages': ['os_refresh_config'],
'scripts': [],
'long_description': open('README.md', 'rb').read(),