From 3d2d9352370486fe5ef50e7b44bd1acbe3a1a644 Mon Sep 17 00:00:00 2001 From: Will Percival Date: Fri, 20 Jan 2017 15:35:05 -0500 Subject: [PATCH] update version to 0.9.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a99507b..66d471a 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ doclines = (__doc__ or '').splitlines() setup(name = "vobject", - version = "0.9.3", + version = "0.9.4", 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.3', + download_url = 'https://github.com/eventable/vobject/tarball/0.9.4', bugtrack_url = "https://github.com/eventable/vobject/issues", entry_points = { 'console_scripts': [