commit 6f61292caa3e27c50c79027c3802463e9a9cebc6 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Thu Jun 12 14:50:46 2014 +0200
Bump the version to 2.3.1 in the setup.py file
setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/setup.py b/setup.py index be5cb79..ab5a733 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import setup setup( name='packagedb-cli', description='A command line tool to access the Fedora Package Database.', - version='2.2', + version='2.3.1', license='GPLv2+', download_url='https://fedorahosted.org/releases/p/a/packagedb-cli/', url='https://fedorahosted.org/packagedb-cli/',
packagedb-cli-commits@lists.stg.fedorahosted.org