bump version to 0.3

This commit is contained in:
Tim Miller 2013-01-30 12:31:29 -08:00
parent b4fe2e1adc
commit f5e9edca98
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ config = {
'author': 'echohead',
'author_email': 'tim.miller.0@gmail.com',
'url': 'http://github.com/echohead/cornfig',
'version': '0.2',
'version': '0.3',
'install_requires': ['nose'],
'packages': ['cornfig'],
'scripts': [],