summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-03-21 09:32:16 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-03-21 09:40:04 -0500
commit3126fa49d61708abf339231a956f30bb24b6018c (patch)
tree55cce70ed6be869b01f609107a39dfa3f8625dc4 /setup.py
parentdb749a208ebc48004ef5d26a31d3dda295424c7f (diff)
downloadbcfg2-3126fa49d61708abf339231a956f30bb24b6018c.tar.gz
bcfg2-3126fa49d61708abf339231a956f30bb24b6018c.tar.bz2
bcfg2-3126fa49d61708abf339231a956f30bb24b6018c.zip
Version bump to 1.3.1v1.3.1
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2cf68f230..99e1ef025 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ if need_m2crypto:
inst_reqs.append('M2Crypto')
setup(name="Bcfg2",
- version="1.3.0",
+ version="1.3.1",
description="Bcfg2 Server",
author="Narayan Desai",
author_email="desai@mcs.anl.gov",