From 68ea0c8d24465a51da217d75b7f13f6abd845146 Mon Sep 17 00:00:00 2001 From: Sameen Karim Date: Tue, 16 Feb 2016 16:28:33 -0800 Subject: [PATCH] Increment version to 0.9.1 --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a8d5db..8058817 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Or download the package and run: python setup.py install ``` -VObject requires Python 2.7 or higher, along with the [dateutil 2.4.0](https://pypi.python.org/pypi/python-dateutil/) and [six](https://pypi.python.org/pypi/six) packages. +VObject requires Python 2.7 or higher, along with the [dateutil](https://pypi.python.org/pypi/python-dateutil/) and [six](https://pypi.python.org/pypi/six) packages. # Running tests diff --git a/setup.py b/setup.py index bd50f0a..7ffb470 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ Recent changes -------------- - Python 3 compatible - - Updated version of dateutil (2.4.0) + - Updated version of dateutil (2.4.0 and above) - More comprehensive unit tests available in tests.py - Performance improvements in iteration - Test files are included in PyPI download package @@ -31,7 +31,7 @@ doclines = __doc__.splitlines() setup(name = "vobject", - version = "0.9.0", + version = "0.9.1", author = "Jeffrey Harris", author_email = "jeffrey@osafoundation.org", maintainer = "Sameen Karim",