File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = "0.8 "
61+ version = "0.9 "
6262# The full version, including alpha/beta/rc tags.
63- release = "0.8.1 "
63+ release = "0.9.0 "
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def fix_doc(txt):
2727
2828setup (
2929 name = "Wikipedia-API" ,
30- version = "0.8.1 " ,
30+ version = "0.9.0 " ,
3131 description = "Python Wrapper for Wikipedia" ,
3232 long_description = README + "\n \n " + CHANGES ,
3333 classifiers = [
Original file line number Diff line number Diff line change 66cases.
77"""
88
9- __version__ = (0 , 8 , 1 )
9+ __version__ = (0 , 9 , 0 )
1010
1111from collections import defaultdict
1212from enum import IntEnum
You can’t perform that action at this time.
0 commit comments