summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-07-19 19:46:03 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-07-30 11:53:15 -0500
commit9c092909ac21ac2cab170decdec4b840765012ef (patch)
treec41f074eeead2a8fe1fdafa114a19cf0e72593e0 /setup.py
parentfbfce6b96a23873e85fd249cd15ee25224797c69 (diff)
downloadbcfg2-9c092909ac21ac2cab170decdec4b840765012ef.tar.gz
bcfg2-9c092909ac21ac2cab170decdec4b840765012ef.tar.bz2
bcfg2-9c092909ac21ac2cab170decdec4b840765012ef.zip
Version bump to 1.1.0rc4
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5982 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 c97e308b4..e3e9c3eed 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from glob import glob
setup(cmdclass=cmdclass,
name="Bcfg2",
- version="1.1.0rc3",
+ version="1.1.0rc4",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",