Skip to content

Commit

Permalink
version 1.0.0! now featuring python3
Browse files Browse the repository at this point in the history
  • Loading branch information
goldsmith committed Sep 7, 2013
1 parent ae04c40 commit d309e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ To install Wikipedia, simply run:

$ pip install wikipedia

Wikipedia is compatible with Python 2.6+ (2.7+ to run unittest discover) and Python 3.3+.

Documentation
-------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name = "wikipedia",
version = "0.9.8",
version = "1.0.0dev",
author = "Jonathan Goldsmith",
author_email = "jhghank@gmail.com",
description = "Wikipedia API for Python",
Expand All @@ -24,7 +24,7 @@
packages = ['wikipedia'],
long_description = long_description,
classifiers = (
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Topic :: Software Development :: Libraries',
'License :: OSI Approved :: MIT License',
),
Expand Down

0 comments on commit d309e3b

Please sign in to comment.