Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit bc1eeec

Browse files
committed
Bumps version to 0.3.0
1 parent 9c36f7c commit bc1eeec

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

VERSION

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0'
62+
version = '0.3.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.0.1a'
64+
release = '0.3.0'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

requirements.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
deltas
2-
mediawiki-utilities
3-
nltk
4-
numpy
5-
pytz
6-
scikit-learn
7-
scipy
8-
statistics
9-
mwparserfromhell
1+
deltas == 0.3.0
2+
docopt == 0.6.2
3+
mwparserfromhell == 0.3.3
4+
nltk == 3.0.1
5+
nose == 1.3.4
6+
numpy == 1.9.2
7+
pytz == 2015.4
8+
requests == 2.5.3
9+
setuptools == 15.1
10+
pyenchant == 1.6.6
11+
scikit-learn == 0.15.2
12+
yamlconf == 0.0.1

revscoring/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.3.0"

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="revscoring",
16-
version=read('VERSION').strip(),
16+
version="0.3.0",
1717
author="Aaron Halfaker",
1818
author_email="ahalfaker@wikimedia.org",
1919
description=("A set of utilities for generating quality scores for " + \

0 commit comments

Comments
 (0)