diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2006-10-11 14:29:58 -0400 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-11 14:29:58 -0400 |
commit | 2e9e15da8d37d2569fada0033c4611c2349ec47c (patch) | |
tree | 5ae726ee3f1622d08c9d9fb515d08f244796589f /setup.py | |
parent | b6fd8215da0adc4595dd4d48cb595e4b9d4953c6 (diff) | |
download | cobbler-2e9e15da8d37d2569fada0033c4611c2349ec47c.tar.gz cobbler-2e9e15da8d37d2569fada0033c4611c2349ec47c.tar.xz cobbler-2e9e15da8d37d2569fada0033c4611c2349ec47c.zip |
Preparing for new release build
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ import sys from distutils.core import setup, Extension import string -VERSION = "0.2.1" +VERSION = "0.2.2" SHORT_DESC = "Network provisioning tool for Xen and Existing Non-Bare Metal" LONG_DESC = """ koan standards for "kickstart-over-a-network" and allows for both |