summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-11-05 05:50:15 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-11-05 05:50:15 +0000
commite0c72817ab84e7a1be45160c294b4b7a45935ee6 (patch)
tree14fca1ff008b3899166bdc3d4963623edd53f9d0 /setup.py
parent07119cf560d97ca969f82789e247ca62312feeac (diff)
downloadbcfg2-e0c72817ab84e7a1be45160c294b4b7a45935ee6.tar.gz
bcfg2-e0c72817ab84e7a1be45160c294b4b7a45935ee6.tar.bz2
bcfg2-e0c72817ab84e7a1be45160c294b4b7a45935ee6.zip
Version bump to 1.0.0rc3
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5534 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 10a218b49..c31e4c77d 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
from glob import glob
setup(name="Bcfg2",
- version="1.0.0rc2",
+ version="1.0.0rc3",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",