aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-06-02 23:07:32 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-06-02 23:07:32 -0400
commit27ee9487a40526837e7fe8157986ce9bd4e3c542 (patch)
treeb9deb3ea145743d1df0a91347a129cfaf6c32659 /setup.py
parent8d2c0eaf6016916f43511addea6d2c29f8ef02cd (diff)
downloadipsutils-27ee9487a40526837e7fe8157986ce9bd4e3c542.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 38a2908..882514d 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ import os
from distutils.core import setup
NAME='ipsutils'
-VERSION='0.3.1'
+VERSION='0.4.0'
DESCRIPTION='Solaris 11 IPS packaging library'
LICENSE='GPL'
AUTHOR='Joseph Hunkeler'