Skip to content

Commit

Permalink
Increment version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skarim committed Feb 17, 2016
1 parent 86bd654 commit 68ea0c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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",
Expand Down

0 comments on commit 68ea0c8

Please sign in to comment.