From 4f4d63ab29ac0edb3e6a84705a2d5c7047c549fe Mon Sep 17 00:00:00 2001 From: Lei Yang Date: Jul 16 2015 14:53:40 +0000 Subject: change version number --- diff --git a/setup.py b/setup.py index b911ea0..b1b16b6 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ from distutils.core import setup setup( name = 'libpagure', packages = ['libpagure'], # this must be the same as the name above - version = 'v0.1', + version = 'v0.11', description = 'A Python library for Pagure APIs.', author = 'Lei Yang', author_email = 'yltt1234512@gmail.com', url = 'https://github.com/yangl1996/libpagure', # use the URL to the github repo - download_url = 'https://github.com/yangl1996/libpagure/tarball/v0.1', # I'll explain this in a second + download_url = 'https://github.com/yangl1996/libpagure/tarball/v0.11', # I'll explain this in a second keywords = ['pagure', 'api', 'library'], # arbitrary keywords classifiers = ['Programming Language :: Python'], license = "GNU General Public License v2.0"