Skip to content

Commit 3d2d935

Browse files
committed
update version to 0.9.4
1 parent e6bc53c commit 3d2d935

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
@@ -31,15 +31,15 @@
3131
doclines = (__doc__ or '').splitlines()
3232

3333
setup(name = "vobject",
34-
version = "0.9.3",
34+
version = "0.9.4",
3535
author = "Jeffrey Harris",
3636
author_email = "[email protected]",
3737
maintainer = "Sameen Karim",
3838
maintainer_email="[email protected]",
3939
license = "Apache",
4040
zip_safe = True,
4141
url = "http://eventable.github.io/vobject/",
42-
download_url = 'https://github.com/eventable/vobject/tarball/0.9.3',
42+
download_url = 'https://github.com/eventable/vobject/tarball/0.9.4',
4343
bugtrack_url = "https://github.com/eventable/vobject/issues",
4444
entry_points = {
4545
'console_scripts': [

0 commit comments

Comments
 (0)