bump the version number to 0.1 for the first RPM

This commit is contained in:
Brian Stinson 2014-07-05 17:21:31 -05:00 committed by Johnny Hughes
parent 4e702f9ae2
commit c12104f50d

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name = "centpkg",
version = "0.0.2",
version = "0.1",
author = "Brian Stinson",
author_email = "bstinson@ksu.edu",
description = "CentOS Plugin to rpkg for managing RPM package sources",