diff options
Diffstat (limited to 'python/python-unicodecsv/python-unicodecsv.SlackBuild')
-rw-r--r-- | python/python-unicodecsv/python-unicodecsv.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-unicodecsv/python-unicodecsv.SlackBuild b/python/python-unicodecsv/python-unicodecsv.SlackBuild index b4e0bd7faa..9844e1ca36 100644 --- a/python/python-unicodecsv/python-unicodecsv.SlackBuild +++ b/python/python-unicodecsv/python-unicodecsv.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-unicodecsv -# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-unicodecsv SRCNAM=$(echo $PRGNAM | cut -c8-17) -VERSION=${VERSION:-0.13.0} +VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |