We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a478f90 + d36c03b commit 86199dcCopy full SHA for 86199dc
setup.py
@@ -35,15 +35,15 @@
35
doclines = (__doc__ or '').splitlines()
36
37
setup(name = "vobject",
38
- version = "0.9.5",
+ version = "0.9.6",
39
author = "Jeffrey Harris",
40
author_email = "jeffrey@osafoundation.org",
41
maintainer = "Sameen Karim",
42
maintainer_email="sameen@eventable.com",
43
license = "Apache",
44
zip_safe = True,
45
url = "http://eventable.github.io/vobject/",
46
- download_url = 'https://github.com/eventable/vobject/tarball/0.9.5',
+ download_url = 'https://github.com/eventable/vobject/tarball/0.9.6',
47
bugtrack_url = "https://github.com/eventable/vobject/issues",
48
entry_points = {
49
'console_scripts': [
0 commit comments