We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bc53c commit 3d2d935Copy full SHA for 3d2d935
setup.py
@@ -31,15 +31,15 @@
31
doclines = (__doc__ or '').splitlines()
32
33
setup(name = "vobject",
34
- version = "0.9.3",
+ version = "0.9.4",
35
author = "Jeffrey Harris",
36
author_email = "jeffrey@osafoundation.org",
37
maintainer = "Sameen Karim",
38
maintainer_email="sameen@eventable.com",
39
license = "Apache",
40
zip_safe = True,
41
url = "http://eventable.github.io/vobject/",
42
- download_url = 'https://github.com/eventable/vobject/tarball/0.9.3',
+ download_url = 'https://github.com/eventable/vobject/tarball/0.9.4',
43
bugtrack_url = "https://github.com/eventable/vobject/issues",
44
entry_points = {
45
'console_scripts': [
0 commit comments