diff options
-rw-r--r-- | ipsutils.ips | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
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 @@ -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' |