From 42cd5c5038d467f9097867ef41f78ee2514f68d3 Mon Sep 17 00:00:00 2001 From: Sameen Karim Date: Fri, 26 Aug 2016 17:38:11 -0400 Subject: [PATCH] Increment version to 0.9.3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 475d9d2..a99507b 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ doclines = (__doc__ or '').splitlines() setup(name = "vobject", - version = "0.9.2", + version = "0.9.3", author = "Jeffrey Harris", author_email = "jeffrey@osafoundation.org", maintainer = "Sameen Karim", @@ -39,7 +39,7 @@ license = "Apache", zip_safe = True, url = "http://eventable.github.io/vobject/", - download_url = 'https://github.com/eventable/vobject/tarball/0.9.1', + download_url = 'https://github.com/eventable/vobject/tarball/0.9.3', bugtrack_url = "https://github.com/eventable/vobject/issues", entry_points = { 'console_scripts': [