aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-05-22 13:46:18 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-05-22 13:46:18 -0400
commit3932235390ca826304a3c19788c59d6628ff7604 (patch)
treeb434acbbd9a1682b0ca2860cd25e18e1f2ecf95f /setup.py
parent73830ba1952574e1325a4c109f655f72f930899f (diff)
downloadipsutils-3932235390ca826304a3c19788c59d6628ff7604.tar.gz
Version bump
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 1ae3986..76f5068 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
from distutils.core import setup
setup(name='ipsutils',
- version='0.2.0',
+ version='0.3.0',
description='Solaris 11 IPS packaging library',
license='GPL',
author='Joseph Hunkeler',