This repository was archived by the owner on Aug 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed
Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ __version__ = "0.3.0"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def requirements(fname):
1313
1414setup (
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 " + \
You can’t perform that action at this time.
0 commit comments