Bump the version to 0.6, it is alpha time

This commit is contained in:
Thomas S Hatch 2011-03-17 10:37:18 -06:00
parent d490578767
commit e590eb1ea3
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Thomas S Hatch <thatch45@gmail.com>
pkgname=salt
pkgver=0.1
pkgver=0.6
pkgrel=1
pkgdesc="A distributed remote execution system"
arch=(any)
@ -11,7 +11,8 @@ depends=('python2'
'pyzmq'
'python-m2crypto'
'python-yaml'
'pycrypto')
'pycrypto'
'facter')
makedepends=()
optdepends=()
options=()

View File

@ -6,7 +6,7 @@ The setup script for salt
from distutils.core import setup
setup(name='salt',
version='0.4',
version='0.6',
description='Portable, distrubuted, remote execution system',
author='Thomas S Hatch',
author_email='thatch45@gmail.com',