summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-09-01 12:28:43 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-09-01 12:28:43 +0000
commitd68db2c50a203770a93c90e76d407fbd5e12cd8e (patch)
tree4410584120afdac2d5c43a4d4ca9c8edb9068961 /setup.py
parent703fd1a0584288aa10f6661cd22fcf5123ecf6bd (diff)
downloadbcfg2-d68db2c50a203770a93c90e76d407fbd5e12cd8e.tar.gz
bcfg2-d68db2c50a203770a93c90e76d407fbd5e12cd8e.tar.bz2
bcfg2-d68db2c50a203770a93c90e76d407fbd5e12cd8e.zip
bump setuptools version to 0.9.6pre2
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4898 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 82e77901c..41eb31ed3 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
from glob import glob
setup(name="Bcfg2",
- version="0.9.6pre1",
+ version="0.9.6pre2",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",