Skip to content

Commit

Permalink
Update version to 0.7.0 for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis committed Aug 24, 2024
1 parent 2147cae commit 5688c8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = "0.6"
version = "0.7"
# The full version, including alpha/beta/rc tags.
release = "0.6.9"
release = "0.7.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def fix_doc(txt):

setup(
name="Wikipedia-API",
version="0.6.9",
version="0.7.0",
description="Python Wrapper for Wikipedia",
long_description=README + "\n\n" + CHANGES,
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion wikipediaapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cases.
"""

__version__ = (0, 6, 9)
__version__ = (0, 7, 0)

from collections import defaultdict
from enum import IntEnum
Expand Down

0 comments on commit 5688c8e

Please sign in to comment.