aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-06-11 11:43:18 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-06-11 11:43:18 -0400
commit3e916a8d425c07a91b628f65b1a77c30aa7a442b (patch)
treea47aa5a7069007e45d7f17ebd95b1014ff391141
parent770acc02da85268a6d0e65d83d6b416f7260cbbf (diff)
downloadipsutils-3e916a8d425c07a91b628f65b1a77c30aa7a442b.tar.gz
Bumped version
-rw-r--r--ipsutils.ips2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipsutils.ips b/ipsutils.ips
index c8ee03b..8579e0b 100644
--- a/ipsutils.ips
+++ b/ipsutils.ips
@@ -1,5 +1,5 @@
name: ipsutils
-version: 0.5.0
+version: 0.6.0
release: 1
maintainer: "Joseph Hunkeler <jhunk@stsci.edu>"
upstream_url: http://localhost/$name-$version.tar.gz
diff --git a/setup.py b/setup.py
index bceabb5..762ac38 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ import os
from distutils.core import setup
NAME='ipsutils'
-VERSION='0.5.0'
+VERSION='0.6.0'
DESCRIPTION='Solaris 11 IPS packaging library'
LICENSE='GPL'
AUTHOR='Joseph Hunkeler'