Skip to content

Commit

Permalink
Increment version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skarim committed Aug 26, 2016
1 parent e184a7e commit 42cd5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
doclines = (__doc__ or '').splitlines()

setup(name = "vobject",
version = "0.9.2",
version = "0.9.3",
author = "Jeffrey Harris",
author_email = "jeffrey@osafoundation.org",
maintainer = "Sameen Karim",
maintainer_email="sameen@eventable.com",
license = "Apache",
zip_safe = True,
url = "http://eventable.github.io/vobject/",
download_url = 'https://github.com/eventable/vobject/tarball/0.9.1',
download_url = 'https://github.com/eventable/vobject/tarball/0.9.3',
bugtrack_url = "https://github.com/eventable/vobject/issues",
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 42cd5c5

Please sign in to comment.