diff --git a/CHANGELOG b/CHANGELOG index 27285058..aa42466a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ Version 1.1.0 [Feature] - Added search from SBo and print link for download - +[Updated] - Fix list print out 12-05-2014 Version 1.0.9 diff --git a/PKG-INFO b/PKG-INFO index 51349b69..db67aa13 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: slpkg -Version: 1.1.0 +Version: 1.1.1 Author: dslackw Author-email: d zlatanidis at gmail com Maintainer: dslackw diff --git a/bin/slpkg b/bin/slpkg index 39c4196b..390f40a8 100755 --- a/bin/slpkg +++ b/bin/slpkg @@ -10,7 +10,7 @@ import argparse import subprocess __author__ = "dslackw" -__version__ = "1.1.0" +__version__ = "1.1.1" __license__ = "GNU General Public License v3 (GPLv3)" ''' path file record ''' diff --git a/setup.py b/setup.py index 6650c939..2791246a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.core import setup setup( name = 'slpkg', - version = "1.1.0", + version = "1.1.1", description = "Python tool to manage Slackware packages", keywords = ["slackware", "slpkg", "upgrade", "install", "remove", "view", "slackpkg", "tool"],