[CentOS-devel] [PATCH 3/3] bump the version number to 0.1 for the first RPM

Brian Stinson

bstinson at ksu.edu
Sat Jul 5 21:56:10 UTC 2014


---
 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index 24456a6..74b6679 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name = "centpkg",
-    version = "0.0.2",
+    version = "0.1",
     author = "Brian Stinson",
     author_email = "bstinson at ksu.edu",
     description = "CentOS Plugin to rpkg for managing RPM package sources",
-- 
1.7.1




More information about the CentOS-devel mailing list