Skip to content

Commit

Permalink
Prepare for 0.9.7 post-eventable release.
Browse files Browse the repository at this point in the history
No functional changes.  This is just cosmetic updates to reflect
the new repository and maintenance organization.
  • Loading branch information
da4089 committed Feb 23, 2024
1 parent e9d92c8 commit e1ddf74
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 @@ -28,15 +28,15 @@
doclines = (__doc__ or '').splitlines()

setup(name = "vobject",
version = "0.9.6.1",
version = "0.9.7",
author = "Jeffrey Harris",
author_email = "jeffrey@osafoundation.org",
maintainer = "David Arnold",
maintainer_email="davida@pobox.com",
license = "Apache",
zip_safe = True,
url = "http://py-vobject.github.io/vobject/",
download_url = 'https://github.com/py-vobject/vobject/tarball/0.9.6.1',
download_url = 'https://github.com/py-vobject/vobject/tarball/0.9.7',
bugtrack_url = "https://github.com/py-vobject/vobject/issues",
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit e1ddf74

Please sign in to comment.