Skip to content

Commit 86199dc

Browse files
authored
Merge pull request #124 from eventable/pypi
actually bump version
2 parents a478f90 + d36c03b commit 86199dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
doclines = (__doc__ or '').splitlines()
3636

3737
setup(name = "vobject",
38-
version = "0.9.5",
38+
version = "0.9.6",
3939
author = "Jeffrey Harris",
4040
author_email = "[email protected]",
4141
maintainer = "Sameen Karim",
4242
maintainer_email="[email protected]",
4343
license = "Apache",
4444
zip_safe = True,
4545
url = "http://eventable.github.io/vobject/",
46-
download_url = 'https://github.com/eventable/vobject/tarball/0.9.5',
46+
download_url = 'https://github.com/eventable/vobject/tarball/0.9.6',
4747
bugtrack_url = "https://github.com/eventable/vobject/issues",
4848
entry_points = {
4949
'console_scripts': [

0 commit comments

Comments
 (0)