Skip to content

Commit 261653c

Browse files
committed
Increments version to 0.2.5 and removes VERSION file
1 parent 7e4ff35 commit 261653c

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include LICENSE VERSION README.rst requirements.txt
1+
include LICENSE README.rst requirements.txt

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

mwoauth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .tokens import AccessToken, ConsumerToken, RequestToken
55
from .functions import initiate, complete, identify
66

7-
__version__ = "0.2.4"
7+
__version__ = "0.2.5" # Change in setup.py too

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def requirements(fname):
1313

1414
setup(
1515
name="mwoauth",
16-
version=read('VERSION').strip(),
16+
version="0.2.5", # Change in mwoauth/__init__.py too
1717
author="Aaron Halfaker / Filippo Valsorda",
1818
author_email="[email protected]",
1919
description=("A generic MediaWiki OAuth handshake helper."),

0 commit comments

Comments
 (0)